#D66B33

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

Shades of Gold Drop #D66B33

Tints of Gold Drop #D66B33

Color information

#D66B33 (or 0xD66B33) is unknown color: approx Gold Drop. HEX triplet: D6, 6B and 33. RGB value is (214,107,51). Sum of RGB (Red+Green+Blue) = 214+107+51=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B33 is #2994CC. Grayscale: #848484. Windows color (decimal): -2725069 or 3369942. OLE color: 3369942.

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

Color convert

RGB21410751-
CMYK00.500.760.16
HSL20.61º66.53%51.96%-
HSV(B)20.61º76.17%83.92%-
XYZ33.5925.056.2-
YUV132.6181.95186.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.53%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=57.53%
G=28.76%
B=13.71%

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
Decimal2141075100.500.760.1620.6166.5351.96
HexD66B330324C10154334
Octal32615363062114202510364
Binary1101011011010111100110110010100110010000101011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B33; }

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

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

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

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

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

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

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

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