#D7C076

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

Shades of Chenin #D7C076

Tints of Chenin #D7C076

Color information

#D7C076 (or 0xD7C076) is unknown color: approx Chenin. HEX triplet: D7, C0 and 76. RGB value is (215,192,118). Sum of RGB (Red+Green+Blue) = 215+192+118=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C076 is #283F89. Grayscale: #BEBEBE. Windows color (decimal): -2637706 or 7782615. OLE color: 7782615.

HSL color Cylindrical-coordinate representation of color #D7C076: hue angle of 45.77º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7C076 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215192118-
CMYK00.110.450.16
HSL45.77º54.8%65.29%-
HSV(B)45.77º45.12%84.31%-
XYZ50.1453.4524.81-
YUV190.4487.12145.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=40.95%
G=36.57%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519211800.110.450.1645.7754.865.29
HexD7C0760B2D102e3741
Octal32730016601355205667101
Binary1101011111000000111011001011101101100001011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C076; }

 p { color: rgb(215,192,118); }

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

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

 a { background-color: rgb(215,192,118); }

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

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

 span { border-color: rgb(215,192,118); }

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