#D66C33

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

Shades of Gold Drop #D66C33

Tints of Gold Drop #D66C33

Color information

#D66C33 (or 0xD66C33) is unknown color: approx Gold Drop. HEX triplet: D6, 6C and 33. RGB value is (214,108,51). Sum of RGB (Red+Green+Blue) = 214+108+51=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C33 is #2993CC. Grayscale: #858585. Windows color (decimal): -2724813 or 3370198. OLE color: 3370198.

HSL color Cylindrical-coordinate representation of color #D66C33: hue angle of 20.98º 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 #D66C33 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21410851-
CMYK00.500.760.16
HSL20.98º66.53%51.96%-
HSV(B)20.98º76.17%83.92%-
XYZ33.6925.266.23-
YUV133.281.62185.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.37%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 51 (20.31% from 255) = 13.67%
R=57.37%
G=28.95%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141085100.500.760.1620.9866.5351.96
HexD66C330324C10154334
Octal32615463062114202510364
Binary1101011011011001100110110010100110010000101011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C33; }

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

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

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

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

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

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

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

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