Html Css Color HEX #DAC379 Chenin

📋 copy color: '#DAC379'

red 218 ◦ green 195 ◦ blue 121

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

Shades of Chenin #DAC379

Tints of Chenin #DAC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 40.82%
G = 36.52%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAC379 (or 0xDAC379) is known color: Chenin. HEX triplet: DA, C3 and 79. RGB value is (218,195,121). Sum of RGB (Red+Green+Blue) = 218+195+121=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC379 is #253C86. Grayscale: #C1C1C1. Windows color (decimal): -2440327 or 7979994. OLE color: 7979994.

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

Color convert

RGB 218 195 121 -
CMYK 0 0.11 0.44 0.15
HSL 45.77º 0.57% 0.66% -
HSV(B) 45.77º 0.44% 0.85% -
XYZ 51.88 55.32 26.03 -
YUV 193.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 218 195 121 0 0.11 0.44 0.15 45.77 0.57 0.66
Hex DA C3 79 0 B 2C F 2E 39 42
Octal 332 303 171 0 13 54 17 56 71 102
Binary 11011010 11000011 1111001 0 1011 101100 1111 101110 111001 1000010

Color Harmonies of #DAC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC379

Black with #DAC379

Text Example


Text Example

White with #DAC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC379; }

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

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

background-color css

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

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

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

border-color css

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

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

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