#D66A33

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

Shades of Gold Drop #D66A33

Tints of Gold Drop #D66A33

Color information

#D66A33 (or 0xD66A33) is unknown color: approx Gold Drop. HEX triplet: D6, 6A and 33. RGB value is (214,106,51). Sum of RGB (Red+Green+Blue) = 214+106+51=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A33 is #2995CC. Grayscale: #848484. Windows color (decimal): -2725325 or 3369686. OLE color: 3369686.

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

Color convert

RGB21410651-
CMYK00.500.760.16
HSL20.25º66.53%51.96%-
HSV(B)20.25º76.17%83.92%-
XYZ33.4824.846.16-
YUV132.0282.28186.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=57.68%
G=28.57%
B=13.75%

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
Decimal2141065100.500.760.1620.2566.5351.96
HexD66A330324C10144334
Octal32615263062114202410364
Binary1101011011010101100110110010100110010000101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A33; }

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

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

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

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

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

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

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

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