Html Css Color HEX #DAC476 Chenin

📋 copy color: '#DAC476'

red 218 ◦ green 196 ◦ blue 118

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

Shades of Chenin #DAC476

Tints of Chenin #DAC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 40.98%
G = 36.84%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC476 (or 0xDAC476) is known color: Chenin. HEX triplet: DA, C4 and 76. RGB value is (218,196,118). Sum of RGB (Red+Green+Blue) = 218+196+118=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC476 is #253B89. Grayscale: #C2C2C2. Windows color (decimal): -2440074 or 7783642. OLE color: 7783642.

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

Color convert

RGB 218 196 118 -
CMYK 0 0.10 0.46 0.15
HSL 46.8º 0.57% 0.66% -
HSV(B) 46.8º 0.46% 0.85% -
XYZ 51.92 55.69 25.15 -
YUV 193.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 218 196 118 0 0.10 0.46 0.15 46.8 0.57 0.66
Hex DA C4 76 0 A 2E F 2F 39 42
Octal 332 304 166 0 12 56 17 57 71 102
Binary 11011010 11000100 1110110 0 1010 101110 1111 101111 111001 1000010

Color Harmonies of #DAC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC476

Black with #DAC476

Text Example


Text Example

White with #DAC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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