#D66C2B

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

Shades of Gold Drop #D66C2B

Tints of Gold Drop #D66C2B

Color information

#D66C2B (or 0xD66C2B) is unknown color: approx Gold Drop. HEX triplet: D6, 6C and 2B. RGB value is (214,108,43). Sum of RGB (Red+Green+Blue) = 214+108+43=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C2B is #2993D4. Grayscale: #848484. Windows color (decimal): -2724821 or 2845910. OLE color: 2845910.

HSL color Cylindrical-coordinate representation of color #D66C2B: hue angle of 22.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D66C2B is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21410843-
CMYK00.500.800.16
HSL22.81º67.59%50.39%-
HSV(B)22.81º79.91%83.92%-
XYZ33.5325.25.38-
YUV132.2877.62186.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=58.63%
G=29.59%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141084300.500.800.1622.8167.5950.39
HexD66C2B0325010174432
Octal32615453062120202710462
Binary1101011011011001010110110010101000010000101111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C2B; }

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

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

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

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

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

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

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

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