#D4662A

Color #D4662A Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #D4662A

Tints of Gold Drop #D4662A

Color information

#D4662A (or 0xD4662A) is unknown color: approx Gold Drop. HEX triplet: D4, 66 and 2A. RGB value is (212,102,42). Sum of RGB (Red+Green+Blue) = 212+102+42=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4662A is #2B99D5. Grayscale: #808080. Windows color (decimal): -2857430 or 2778836. OLE color: 2778836.

HSL color Cylindrical-coordinate representation of color #D4662A: hue angle of 21.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4662A is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21210242-
CMYK00.520.800.17
HSL21.18º66.93%49.8%-
HSV(B)21.18º80.19%83.14%-
XYZ32.3223.675.06-
YUV128.0579.44187.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 59.55%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=59.55%
G=28.65%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121024200.520.800.1721.1866.9349.8
HexD4662A0345011154332
Octal32414652064120212510362
Binary1101010011001101010100110100101000010001101011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4662A; }

 p { color: rgb(212,102,42); }

 H1.HeaderClassName
 {
   color: #D4662A;
 }
 .AnyTagClassName
 {
   color: #D4662A;
 }
</style>
background-color css

<style>
 a { background-color: #D4662A; }

 a { background-color: rgb(212,102,42); }

 div.DivClassName
 {
   background-color: #D4662A;
 }
 .BgClassName
 {
   background-color: #D4662A;
 }
</style>
border-color css

<style>
 span { border-color: #D4662A; }

 span { border-color: rgb(212,102,42); }

 td.TdClassName
 {
   border-color: #D4662A;
 }
 .TagClassName
 {
   border-color: #D4662A;
 }
</style>