#d8c972

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

Shades of Chenin #D8C972

Tints of Chenin #D8C972

Color information

#D8C972 (or 0xD8C972) is unknown color: approx Chenin. HEX triplet: D8, C9 and 72. RGB value is (216,201,114). Sum of RGB (Red+Green+Blue) = 216+201+114=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C972 is #27368D. Grayscale: #C3C3C3. Windows color (decimal): -2569870 or 7522776. OLE color: 7522776.

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

Color convert

RGB216201114-
CMYK00.070.470.15
HSL51.18º56.67%64.71%-
HSV(B)51.18º47.22%84.71%-
XYZ52.2457.5924.28-
YUV195.5781.97142.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=40.68%
G=37.85%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620111400.070.470.1551.1856.6764.71
HexD8C972072FF333941
Octal3303111620757176371101
Binary11011000110010011110010011110111111111100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c972; }

 p { color: rgb(216,201,114); }

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

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

 a { background-color: rgb(216,201,114); }

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

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

 span { border-color: rgb(216,201,114); }

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