#D76E32

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

Shades of Gold Drop #D76E32

Tints of Gold Drop #D76E32

Color information

#D76E32 (or 0xD76E32) is unknown color: approx Gold Drop. HEX triplet: D7, 6E and 32. RGB value is (215,110,50). Sum of RGB (Red+Green+Blue) = 215+110+50=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E32 is #2891CD. Grayscale: #868686. Windows color (decimal): -2658766 or 3305175. OLE color: 3305175.

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

Color convert

RGB21511050-
CMYK00.490.770.16
HSL21.82º67.35%51.96%-
HSV(B)21.82º76.74%84.31%-
XYZ34.1825.836.2-
YUV134.5580.29185.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=57.33%
G=29.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151105000.490.770.1621.8267.3551.96
HexD76E320314D10164334
Octal32715662061115202610364
Binary1101011111011101100100110001100110110000101101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76E32; }

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

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

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

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

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

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

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

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