#D76C32

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

Shades of Gold Drop #D76C32

Tints of Gold Drop #D76C32

Color information

#D76C32 (or 0xD76C32) is unknown color: approx Gold Drop. HEX triplet: D7, 6C and 32. RGB value is (215,108,50). Sum of RGB (Red+Green+Blue) = 215+108+50=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C32 is #2893CD. Grayscale: #858585. Windows color (decimal): -2659278 or 3304663. OLE color: 3304663.

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

Color convert

RGB21510850-
CMYK00.500.770.16
HSL21.09º67.35%51.96%-
HSV(B)21.09º76.74%84.31%-
XYZ33.9625.46.13-
YUV133.3880.95186.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.64%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 50 (19.92% from 255) = 13.40%
R=57.64%
G=28.95%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151085000.500.770.1621.0967.3551.96
HexD76C320324D10154334
Octal32715462062115202510364
Binary1101011111011001100100110010100110110000101011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C32; }

 p { color: rgb(215,108,50); }

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

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

 a { background-color: rgb(215,108,50); }

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

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

 span { border-color: rgb(215,108,50); }

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