#D6C972

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

Shades of Chenin #D6C972

Tints of Chenin #D6C972

Color information

#D6C972 (or 0xD6C972) is unknown color: approx Chenin. HEX triplet: D6, C9 and 72. RGB value is (214,201,114). Sum of RGB (Red+Green+Blue) = 214+201+114=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C972 is #29368D. Grayscale: #C3C3C3. Windows color (decimal): -2700942 or 7522774. OLE color: 7522774.

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

Color convert

RGB214201114-
CMYK00.060.470.16
HSL52.2º54.95%64.31%-
HSV(B)52.2º46.73%83.92%-
XYZ51.6657.2824.25-
YUV194.9782.31141.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=40.45%
G=38.00%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420111400.060.470.1652.254.9564.31
HexD6C972062F10343740
Octal3263111620657206467100
Binary110101101100100111100100110101111100001101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C972; }

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

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

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

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

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

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

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

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