Html Css Color HEX #DAC276 Chenin

📋 copy color: '#DAC276'

red 218 ◦ green 194 ◦ blue 118

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

Shades of Chenin #DAC276

Tints of Chenin #DAC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 41.13%
G = 36.6%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC276 (or 0xDAC276) is known color: Chenin. HEX triplet: DA, C2 and 76. RGB value is (218,194,118). Sum of RGB (Red+Green+Blue) = 218+194+118=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC276 is #253D89. Grayscale: #C0C0C0. Windows color (decimal): -2440586 or 7783130. OLE color: 7783130.

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

Color convert

RGB 218 194 118 -
CMYK 0 0.11 0.46 0.15
HSL 45.6º 0.57% 0.66% -
HSV(B) 45.6º 0.46% 0.85% -
XYZ 51.48 54.8 25 -
YUV 192.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 218 194 118 0 0.11 0.46 0.15 45.6 0.57 0.66
Hex DA C2 76 0 B 2E F 2E 39 42
Octal 332 302 166 0 13 56 17 56 71 102
Binary 11011010 11000010 1110110 0 1011 101110 1111 101110 111001 1000010

Color Harmonies of #DAC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC276

Black with #DAC276

Text Example


Text Example

White with #DAC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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