Html Css Color HEX #DAC471 Chenin

📋 copy color: '#DAC471'

red 218 ◦ green 196 ◦ blue 113

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

Shades of Chenin #DAC471

Tints of Chenin #DAC471

RGB

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

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

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

R = 41.37%
G = 37.19%
B = 21.44%

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

#DAC471 (or 0xDAC471) is known color: Chenin. HEX triplet: DA, C4 and 71. RGB value is (218,196,113). Sum of RGB (Red+Green+Blue) = 218+196+113=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC471 is #253B8E. Grayscale: #C1C1C1. Windows color (decimal): -2440079 or 7455962. OLE color: 7455962.

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

Color convert

RGB 218 196 113 -
CMYK 0 0.10 0.48 0.15
HSL 47.43º 0.59% 0.65% -
HSV(B) 47.43º 0.48% 0.85% -
XYZ 51.63 55.58 23.63 -
YUV 193.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 218 196 113 0 0.10 0.48 0.15 47.43 0.59 0.65
Hex DA C4 71 0 A 30 F 2F 3B 41
Octal 332 304 161 0 12 60 17 57 73 101
Binary 11011010 11000100 1110001 0 1010 110000 1111 101111 111011 1000001

Color Harmonies of #DAC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC471

Black with #DAC471

Text Example


Text Example

White with #DAC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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