Html Css Color HEX #DAC079 Chenin

📋 copy color: '#DAC079'

red 218 ◦ green 192 ◦ blue 121

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

Shades of Chenin #DAC079

Tints of Chenin #DAC079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.79%

R = 41.05%
G = 36.16%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAC079 (or 0xDAC079) is known color: Chenin. HEX triplet: DA, C0 and 79. RGB value is (218,192,121). Sum of RGB (Red+Green+Blue) = 218+192+121=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC079 is #253F86. Grayscale: #BFBFBF. Windows color (decimal): -2441095 or 7979226. OLE color: 7979226.

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

Color convert

RGB 218 192 121 -
CMYK 0 0.12 0.44 0.15
HSL 43.92º 0.57% 0.66% -
HSV(B) 43.92º 0.44% 0.85% -
XYZ 51.21 53.99 25.81 -
YUV 191.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 218 192 121 0 0.12 0.44 0.15 43.92 0.57 0.66
Hex DA C0 79 0 C 2C F 2C 39 42
Octal 332 300 171 0 14 54 17 54 71 102
Binary 11011010 11000000 1111001 0 1100 101100 1111 101100 111001 1000010

Color Harmonies of #DAC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC079

Black with #DAC079

Text Example


Text Example

White with #DAC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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