Html Css Color HEX #DAC876 Chenin

📋 copy color: '#DAC876'

red 218 ◦ green 200 ◦ blue 118

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

Shades of Chenin #DAC876

Tints of Chenin #DAC876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

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

R = 40.67%
G = 37.31%
B = 22.01%

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

#DAC876 (or 0xDAC876) is known color: Chenin. HEX triplet: DA, C8 and 76. RGB value is (218,200,118). Sum of RGB (Red+Green+Blue) = 218+200+118=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC876 is #253789. Grayscale: #C4C4C4. Windows color (decimal): -2439050 or 7784666. OLE color: 7784666.

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

Color convert

RGB 218 200 118 -
CMYK 0 0.08 0.46 0.15
HSL 49.2º 0.57% 0.66% -
HSV(B) 49.2º 0.46% 0.85% -
XYZ 52.84 57.52 25.46 -
YUV 196.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 218 200 118 0 0.08 0.46 0.15 49.2 0.57 0.66
Hex DA C8 76 0 8 2E F 31 39 42
Octal 332 310 166 0 10 56 17 61 71 102
Binary 11011010 11001000 1110110 0 1000 101110 1111 110001 111001 1000010

Color Harmonies of #DAC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC876

Black with #DAC876

Text Example


Text Example

White with #DAC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC876; }

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

 H1.HeaderClassName
 {
   color: #DAC876;
 }
 .AnyTagClassName
 {
   color: #DAC876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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