#D9C470

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

Shades of Chenin #D9C470

Tints of Chenin #D9C470

Color information

#D9C470 (or 0xD9C470) is unknown color: approx Chenin. HEX triplet: D9, C4 and 70. RGB value is (217,196,112). Sum of RGB (Red+Green+Blue) = 217+196+112=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C470 is #263B8F. Grayscale: #C1C1C1. Windows color (decimal): -2505616 or 7390425. OLE color: 7390425.

HSL color Cylindrical-coordinate representation of color #D9C470: hue angle of 48º 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 #D9C470 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217196112-
CMYK00.100.480.15
HSL48º58.01%64.51%-
HSV(B)48º48.39%85.1%-
XYZ51.2855.423.32-
YUV192.782.46145.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=41.33%
G=37.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719611200.100.480.154858.0164.51
HexD9C4700A30F303a41
Octal33130416001260176072101
Binary110110011100010011100000101011000011111100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C470; }

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

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

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

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

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

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

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

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