#D66A36

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

Shades of Gold Drop #D66A36

Tints of Gold Drop #D66A36

Color information

#D66A36 (or 0xD66A36) is unknown color: approx Gold Drop. HEX triplet: D6, 6A and 36. RGB value is (214,106,54). Sum of RGB (Red+Green+Blue) = 214+106+54=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A36 is #2995C9. Grayscale: #848484. Windows color (decimal): -2725322 or 3566294. OLE color: 3566294.

HSL color Cylindrical-coordinate representation of color #D66A36: hue angle of 19.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D66A36 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21410654-
CMYK00.500.750.16
HSL19.5º66.12%52.55%-
HSV(B)19.5º74.77%83.92%-
XYZ33.5524.876.52-
YUV132.3683.78186.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=57.22%
G=28.34%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141065400.500.750.1619.566.1252.55
HexD66A360324B10144235
Octal32615266062113202410265
Binary1101011011010101101100110010100101110000101001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A36; }

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

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

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

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

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

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

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

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