#D9CB70

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

Shades of Chenin #D9CB70

Tints of Chenin #D9CB70

Color information

#D9CB70 (or 0xD9CB70) is unknown color: approx Chenin. HEX triplet: D9, CB and 70. RGB value is (217,203,112). Sum of RGB (Red+Green+Blue) = 217+203+112=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB70 is #26348F. Grayscale: #C5C5C5. Windows color (decimal): -2503824 or 7392217. OLE color: 7392217.

HSL color Cylindrical-coordinate representation of color #D9CB70: hue angle of 52º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9CB70 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217203112-
CMYK00.060.480.15
HSL52º58.01%64.51%-
HSV(B)52º48.39%85.1%-
XYZ52.958.6323.86-
YUV196.8180.14142.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=40.79%
G=38.16%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720311200.060.480.155258.0164.51
HexD9CB700630F343a41
Octal3313131600660176472101
Binary11011001110010111110000011011000011111101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB70; }

 p { color: rgb(217,203,112); }

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

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

 a { background-color: rgb(217,203,112); }

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

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

 span { border-color: rgb(217,203,112); }

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