Html Css Color HEX #DAC975 Chenin

📋 copy color: '#DAC975'

red 218 ◦ green 201 ◦ blue 117

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

Shades of Chenin #DAC975

Tints of Chenin #DAC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 40.67%
G = 37.5%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC975 (or 0xDAC975) is known color: Chenin. HEX triplet: DA, C9 and 75. RGB value is (218,201,117). Sum of RGB (Red+Green+Blue) = 218+201+117=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC975 is #25368A. Grayscale: #C4C4C4. Windows color (decimal): -2438795 or 7719386. OLE color: 7719386.

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

Color convert

RGB 218 201 117 -
CMYK 0 0.08 0.46 0.15
HSL 49.9º 0.58% 0.66% -
HSV(B) 49.9º 0.46% 0.85% -
XYZ 53.01 57.96 25.22 -
YUV 196.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 218 201 117 0 0.08 0.46 0.15 49.9 0.58 0.66
Hex DA C9 75 0 8 2E F 32 3A 42
Octal 332 311 165 0 10 56 17 62 72 102
Binary 11011010 11001001 1110101 0 1000 101110 1111 110010 111010 1000010

Color Harmonies of #DAC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC975

Black with #DAC975

Text Example


Text Example

White with #DAC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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