#D66E2B

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

Shades of Gold Drop #D66E2B

Tints of Gold Drop #D66E2B

Color information

#D66E2B (or 0xD66E2B) is unknown color: approx Gold Drop. HEX triplet: D6, 6E and 2B. RGB value is (214,110,43). Sum of RGB (Red+Green+Blue) = 214+110+43=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E2B is #2991D4. Grayscale: #858585. Windows color (decimal): -2724309 or 2846422. OLE color: 2846422.

HSL color Cylindrical-coordinate representation of color #D66E2B: hue angle of 23.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D66E2B is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21411043-
CMYK00.490.800.16
HSL23.51º67.59%50.39%-
HSV(B)23.51º79.91%83.92%-
XYZ33.7425.625.45-
YUV133.4676.96185.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=58.31%
G=29.97%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141104300.490.800.1623.5167.5950.39
HexD66E2B0315010184432
Octal32615653061120203010462
Binary1101011011011101010110110001101000010000110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E2B; }

 p { color: rgb(214,110,43); }

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

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

 a { background-color: rgb(214,110,43); }

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

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

 span { border-color: rgb(214,110,43); }

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