#D6C96E

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

Shades of Chenin #D6C96E

Tints of Chenin #D6C96E

Color information

#D6C96E (or 0xD6C96E) is unknown color: approx Chenin. HEX triplet: D6, C9 and 6E. RGB value is (214,201,110). Sum of RGB (Red+Green+Blue) = 214+201+110=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C96E is #293691. Grayscale: #C2C2C2. Windows color (decimal): -2700946 or 7260630. OLE color: 7260630.

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

Color convert

RGB214201110-
CMYK00.060.490.16
HSL52.5º55.91%63.53%-
HSV(B)52.5º48.6%83.92%-
XYZ51.4357.223.08-
YUV194.5180.31141.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 110 (43.36% from 255) = 20.95%
R=40.76%
G=38.29%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420111000.060.490.1652.555.9163.53
HexD6C96E063110343840
Octal3263111560661206470100
Binary110101101100100111011100110110001100001101001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C96E; }

 p { color: rgb(214,201,110); }

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

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

 a { background-color: rgb(214,201,110); }

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

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

 span { border-color: rgb(214,201,110); }

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