Html Css Color HEX #DAC077 Chenin

📋 copy color: '#DAC077'

red 218 ◦ green 192 ◦ blue 119

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

Shades of Chenin #DAC077

Tints of Chenin #DAC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.5%

R = 41.21%
G = 36.29%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAC077 (or 0xDAC077) is known color: Chenin. HEX triplet: DA, C0 and 77. RGB value is (218,192,119). Sum of RGB (Red+Green+Blue) = 218+192+119=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC077 is #253F88. Grayscale: #BFBFBF. Windows color (decimal): -2441097 or 7848154. OLE color: 7848154.

HSL color Cylindrical-coordinate representation of color #DAC077: hue angle of 44.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAC077 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 119 -
CMYK 0 0.12 0.45 0.15
HSL 44.24º 0.57% 0.66% -
HSV(B) 44.24º 0.45% 0.85% -
XYZ 51.09 53.94 25.17 -
YUV 191.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 218 192 119 0 0.12 0.45 0.15 44.24 0.57 0.66
Hex DA C0 77 0 C 2D F 2C 39 42
Octal 332 300 167 0 14 55 17 54 71 102
Binary 11011010 11000000 1110111 0 1100 101101 1111 101100 111001 1000010

Color Harmonies of #DAC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC077

Black with #DAC077

Text Example


Text Example

White with #DAC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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