Html Css Color HEX #DAC071 Chenin

📋 copy color: '#DAC071'

red 218 ◦ green 192 ◦ blue 113

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

Shades of Chenin #DAC071

Tints of Chenin #DAC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

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

R = 41.68%
G = 36.71%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAC071 (or 0xDAC071) is known color: Chenin. HEX triplet: DA, C0 and 71. RGB value is (218,192,113). Sum of RGB (Red+Green+Blue) = 218+192+113=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC071 is #253F8E. Grayscale: #BFBFBF. Windows color (decimal): -2441103 or 7454938. OLE color: 7454938.

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

Color convert

RGB 218 192 113 -
CMYK 0 0.12 0.48 0.15
HSL 45.14º 0.59% 0.65% -
HSV(B) 45.14º 0.48% 0.85% -
XYZ 50.74 53.8 23.33 -
YUV 190.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 218 192 113 0 0.12 0.48 0.15 45.14 0.59 0.65
Hex DA C0 71 0 C 30 F 2D 3B 41
Octal 332 300 161 0 14 60 17 55 73 101
Binary 11011010 11000000 1110001 0 1100 110000 1111 101101 111011 1000001

Color Harmonies of #DAC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC071

Black with #DAC071

Text Example


Text Example

White with #DAC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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