#D7C96D

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

Shades of Chenin #D7C96D

Tints of Chenin #D7C96D

Color information

#D7C96D (or 0xD7C96D) is unknown color: approx Chenin. HEX triplet: D7, C9 and 6D. RGB value is (215,201,109). Sum of RGB (Red+Green+Blue) = 215+201+109=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C96D is #283692. Grayscale: #C3C3C3. Windows color (decimal): -2635411 or 7195095. OLE color: 7195095.

HSL color Cylindrical-coordinate representation of color #D7C96D: hue angle of 52.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7C96D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215201109-
CMYK00.070.490.16
HSL52.08º56.99%63.53%-
HSV(B)52.08º49.3%84.31%-
XYZ51.6757.3222.81-
YUV194.779.64142.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=40.95%
G=38.29%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520110900.070.490.1652.0856.9963.53
HexD7C96D073110343940
Octal3273111550761206471100
Binary110101111100100111011010111110001100001101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C96D; }

 p { color: rgb(215,201,109); }

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

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

 a { background-color: rgb(215,201,109); }

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

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

 span { border-color: rgb(215,201,109); }

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