Html Css Color HEX #DAC676 Chenin

📋 copy color: '#DAC676'

red 218 ◦ green 198 ◦ blue 118

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

Shades of Chenin #DAC676

Tints of Chenin #DAC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

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

R = 40.82%
G = 37.08%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC676 (or 0xDAC676) is known color: Chenin. HEX triplet: DA, C6 and 76. RGB value is (218,198,118). Sum of RGB (Red+Green+Blue) = 218+198+118=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC676 is #253989. Grayscale: #C3C3C3. Windows color (decimal): -2439562 or 7784154. OLE color: 7784154.

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

Color convert

RGB 218 198 118 -
CMYK 0 0.09 0.46 0.15
HSL 48º 0.57% 0.66% -
HSV(B) 48º 0.46% 0.85% -
XYZ 52.38 56.6 25.3 -
YUV 194.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 218 198 118 0 0.09 0.46 0.15 48 0.57 0.66
Hex DA C6 76 0 9 2E F 30 39 42
Octal 332 306 166 0 11 56 17 60 71 102
Binary 11011010 11000110 1110110 0 1001 101110 1111 110000 111001 1000010

Color Harmonies of #DAC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC676

Black with #DAC676

Text Example


Text Example

White with #DAC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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