#D66D33

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

Shades of Gold Drop #D66D33

Tints of Gold Drop #D66D33

Color information

#D66D33 (or 0xD66D33) is unknown color: approx Gold Drop. HEX triplet: D6, 6D and 33. RGB value is (214,109,51). Sum of RGB (Red+Green+Blue) = 214+109+51=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D33 is #2992CC. Grayscale: #868686. Windows color (decimal): -2724557 or 3370454. OLE color: 3370454.

HSL color Cylindrical-coordinate representation of color #D66D33: hue angle of 21.35º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66D33 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21410951-
CMYK00.490.760.16
HSL21.35º66.53%51.96%-
HSV(B)21.35º76.17%83.92%-
XYZ33.825.476.27-
YUV133.7881.29185.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=57.22%
G=29.14%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141095100.490.760.1621.3566.5351.96
HexD66D330314C10154334
Octal32615563061114202510364
Binary1101011011011011100110110001100110010000101011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D33; }

 p { color: rgb(214,109,51); }

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

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

 a { background-color: rgb(214,109,51); }

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

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

 span { border-color: rgb(214,109,51); }

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