Html Css Color HEX #DAC571 Chenin

📋 copy color: '#DAC571'

red 218 ◦ green 197 ◦ blue 113

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

Shades of Chenin #DAC571

Tints of Chenin #DAC571

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 41.29%
G = 37.31%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAC571 (or 0xDAC571) is known color: Chenin. HEX triplet: DA, C5 and 71. RGB value is (218,197,113). Sum of RGB (Red+Green+Blue) = 218+197+113=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC571 is #253A8E. Grayscale: #C2C2C2. Windows color (decimal): -2439823 or 7456218. OLE color: 7456218.

HSL color Cylindrical-coordinate representation of color #DAC571: hue angle of 48º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAC571 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 113 -
CMYK 0 0.10 0.48 0.15
HSL 48º 0.59% 0.65% -
HSV(B) 48º 0.48% 0.85% -
XYZ 51.86 56.03 23.7 -
YUV 193.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 218 197 113 0 0.10 0.48 0.15 48 0.59 0.65
Hex DA C5 71 0 A 30 F 30 3B 41
Octal 332 305 161 0 12 60 17 60 73 101
Binary 11011010 11000101 1110001 0 1010 110000 1111 110000 111011 1000001

Color Harmonies of #DAC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC571

Black with #DAC571

Text Example


Text Example

White with #DAC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC571; }

 p { color: rgb(218,197,113); }

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

background-color css

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

 a { background-color: rgb(218,197,113); }

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

border-color css

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

 span { border-color: rgb(218,197,113); }

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