#d8c572

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

Shades of Chenin #D8C572

Tints of Chenin #D8C572

Color information

#D8C572 (or 0xD8C572) is unknown color: approx Chenin. HEX triplet: D8, C5 and 72. RGB value is (216,197,114). Sum of RGB (Red+Green+Blue) = 216+197+114=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C572 is #273A8D. Grayscale: #C1C1C1. Windows color (decimal): -2570894 or 7521752. OLE color: 7521752.

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

Color convert

RGB216197114-
CMYK00.090.470.15
HSL48.82º56.67%64.71%-
HSV(B)48.82º47.22%84.71%-
XYZ51.3255.7523.97-
YUV193.2283.29144.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 114 (44.92% from 255) = 21.63%
R=40.99%
G=37.38%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619711400.090.470.1548.8256.6764.71
HexD8C572092FF313941
Octal33030516201157176171101
Binary110110001100010111100100100110111111111100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c572; }

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

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

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

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

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

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

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

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