#D76C2D

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

Shades of Gold Drop #D76C2D

Tints of Gold Drop #D76C2D

Color information

#D76C2D (or 0xD76C2D) is unknown color: approx Gold Drop. HEX triplet: D7, 6C and 2D. RGB value is (215,108,45). Sum of RGB (Red+Green+Blue) = 215+108+45=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C2D is #2893D2. Grayscale: #858585. Windows color (decimal): -2659283 or 2976983. OLE color: 2976983.

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

Color convert

RGB21510845-
CMYK00.500.790.16
HSL22.24º68%50.98%-
HSV(B)22.24º79.07%84.31%-
XYZ33.8625.365.59-
YUV132.8178.45186.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.42%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=58.42%
G=29.35%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151084500.500.790.1622.246850.98
HexD76C2D0324F10164433
Octal32715455062117202610463
Binary1101011111011001011010110010100111110000101101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C2D; }

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

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

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

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

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

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

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

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