Html Css Color HEX #DAC774 Chenin

📋 copy color: '#DAC774'

red 218 ◦ green 199 ◦ blue 116

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

Shades of Chenin #DAC774

Tints of Chenin #DAC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.34%

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 40.9%
G = 37.34%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAC774 (or 0xDAC774) is known color: Chenin. HEX triplet: DA, C7 and 74. RGB value is (218,199,116). Sum of RGB (Red+Green+Blue) = 218+199+116=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC774 is #25388B. Grayscale: #C3C3C3. Windows color (decimal): -2439308 or 7653338. OLE color: 7653338.

HSL color Cylindrical-coordinate representation of color #DAC774: hue angle of 48.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAC774 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 116 -
CMYK 0 0.09 0.47 0.15
HSL 48.82º 0.58% 0.65% -
HSV(B) 48.82º 0.47% 0.85% -
XYZ 52.49 57.01 24.76 -
YUV 195.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 218 199 116 0 0.09 0.47 0.15 48.82 0.58 0.65
Hex DA C7 74 0 9 2F F 31 3A 41
Octal 332 307 164 0 11 57 17 61 72 101
Binary 11011010 11000111 1110100 0 1001 101111 1111 110001 111010 1000001

Color Harmonies of #DAC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC774

Black with #DAC774

Text Example


Text Example

White with #DAC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC774; }

 p { color: rgb(218,199,116); }

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

background-color css

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

 a { background-color: rgb(218,199,116); }

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

border-color css

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

 span { border-color: rgb(218,199,116); }

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