#DAC976

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

Shades of Chenin #DAC976

Tints of Chenin #DAC976

Color information

#DAC976 (or 0xDAC976) is unknown color: approx Chenin. HEX triplet: DA, C9 and 76. RGB value is (218,201,118). Sum of RGB (Red+Green+Blue) = 218+201+118=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC976 is #253689. Grayscale: #C4C4C4. Windows color (decimal): -2438794 or 7784922. OLE color: 7784922.

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

Color convert

RGB218201118-
CMYK00.080.460.15
HSL49.8º57.47%65.88%-
HSV(B)49.8º45.87%85.49%-
XYZ53.0757.9925.54-
YUV196.6283.63143.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=40.60%
G=37.43%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820111800.080.460.1549.857.4765.88
HexDAC976082EF323942
Octal33231116601056176271102
Binary110110101100100111101100100010111011111100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC976; }

 p { color: rgb(218,201,118); }

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

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

 a { background-color: rgb(218,201,118); }

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

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

 span { border-color: rgb(218,201,118); }

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