#D7C972

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

Shades of Chenin #D7C972

Tints of Chenin #D7C972

Color information

#D7C972 (or 0xD7C972) is unknown color: approx Chenin. HEX triplet: D7, C9 and 72. RGB value is (215,201,114). Sum of RGB (Red+Green+Blue) = 215+201+114=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C972 is #28368D. Grayscale: #C3C3C3. Windows color (decimal): -2635406 or 7522775. OLE color: 7522775.

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

Color convert

RGB215201114-
CMYK00.070.470.16
HSL51.68º55.8%64.51%-
HSV(B)51.68º46.98%84.31%-
XYZ51.9557.4424.27-
YUV195.2782.14142.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=40.57%
G=37.92%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520111400.070.470.1651.6855.864.51
HexD7C972072F10343841
Octal3273111620757206470101
Binary110101111100100111100100111101111100001101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C972; }

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

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

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

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

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

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

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

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