Html Css Color HEX #DAC976 Chenin

📋 copy color: '#DAC976'

red 218 ◦ green 201 ◦ blue 118

#DAC976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DAC976

Tints of Chenin #DAC976

RGB

 RED value IS 218 (85.55% from 255) = 40.6%

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 118 (46.48% from 255) = 21.97%

R = 40.6%
G = 37.43%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC976 (or 0xDAC976) is known color: 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

RGB 218 201 118 -
CMYK 0 0.08 0.46 0.15
HSL 49.8º 0.57% 0.66% -
HSV(B) 49.8º 0.46% 0.85% -
XYZ 53.07 57.99 25.54 -
YUV 196.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 218 201 118 0 0.08 0.46 0.15 49.8 0.57 0.66
Hex DA C9 76 0 8 2E F 32 39 42
Octal 332 311 166 0 10 56 17 62 71 102
Binary 11011010 11001001 1110110 0 1000 101110 1111 110010 111001 1000010

Color Harmonies of #DAC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC976

Black with #DAC976

Text Example


Text Example

White with #DAC976

Text Example


Text Example

HTML Codes & Css Web 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>