Html Css Color HEX #DAC575 Chenin

📋 copy color: '#DAC575'

red 218 ◦ green 197 ◦ blue 117

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

Shades of Chenin #DAC575

Tints of Chenin #DAC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 40.98%
G = 37.03%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC575 (or 0xDAC575) is known color: Chenin. HEX triplet: DA, C5 and 75. RGB value is (218,197,117). Sum of RGB (Red+Green+Blue) = 218+197+117=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC575 is #253A8A. Grayscale: #C2C2C2. Windows color (decimal): -2439819 or 7718362. OLE color: 7718362.

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

Color convert

RGB 218 197 117 -
CMYK 0 0.10 0.46 0.15
HSL 47.52º 0.58% 0.66% -
HSV(B) 47.52º 0.46% 0.85% -
XYZ 52.09 56.12 24.92 -
YUV 194.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 218 197 117 0 0.10 0.46 0.15 47.52 0.58 0.66
Hex DA C5 75 0 A 2E F 30 3A 42
Octal 332 305 165 0 12 56 17 60 72 102
Binary 11011010 11000101 1110101 0 1010 101110 1111 110000 111010 1000010

Color Harmonies of #DAC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC575

Black with #DAC575

Text Example


Text Example

White with #DAC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC575; }

 p { color: rgb(218,197,117); }

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

background-color css

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

 a { background-color: rgb(218,197,117); }

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

border-color css

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

 span { border-color: rgb(218,197,117); }

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