#D66533

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

Shades of Gold Drop #D66533

Tints of Gold Drop #D66533

Color information

#D66533 (or 0xD66533) is unknown color: approx Gold Drop. HEX triplet: D6, 65 and 33. RGB value is (214,101,51). Sum of RGB (Red+Green+Blue) = 214+101+51=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D66533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66533 is #299ACC. Grayscale: #818181. Windows color (decimal): -2726605 or 3368406. OLE color: 3368406.

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

Color convert

RGB21410151-
CMYK00.530.760.16
HSL18.4º66.53%51.96%-
HSV(B)18.4º76.17%83.92%-
XYZ32.9823.846-
YUV129.0983.94188.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.47%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=58.47%
G=27.60%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141015100.530.760.1618.466.5351.96
HexD665330354C10124334
Octal32614563065114202210364
Binary1101011011001011100110110101100110010000100101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66533; }

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

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

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

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

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

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

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

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