#D4662B

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

Shades of Gold Drop #D4662B

Tints of Gold Drop #D4662B

Color information

#D4662B (or 0xD4662B) is unknown color: approx Gold Drop. HEX triplet: D4, 66 and 2B. RGB value is (212,102,43). Sum of RGB (Red+Green+Blue) = 212+102+43=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4662B is #2B99D4. Grayscale: #808080. Windows color (decimal): -2857429 or 2844372. OLE color: 2844372.

HSL color Cylindrical-coordinate representation of color #D4662B: hue angle of 20.95º degrees, saturation: 0.66, 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 #D4662B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21210243-
CMYK00.520.800.17
HSL20.95º66.27%50%-
HSV(B)20.95º79.72%83.14%-
XYZ32.3423.675.15-
YUV128.1679.94187.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.38%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=59.38%
G=28.57%
B=12.04%

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
Decimal2121024300.520.800.1720.9566.2750
HexD4662B0345011154232
Octal32414653064120212510262
Binary1101010011001101010110110100101000010001101011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4662B; }

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

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

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

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

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

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

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

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