Html Css Color HEX #DAC775 Chenin

📋 copy color: '#DAC775'

red 218 ◦ green 199 ◦ blue 117

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

Shades of Chenin #DAC775

Tints of Chenin #DAC775

RGB

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

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

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

R = 40.82%
G = 37.27%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC775 (or 0xDAC775) is known color: Chenin. HEX triplet: DA, C7 and 75. RGB value is (218,199,117). Sum of RGB (Red+Green+Blue) = 218+199+117=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC775 is #25388A. Grayscale: #C3C3C3. Windows color (decimal): -2439307 or 7718874. OLE color: 7718874.

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

Color convert

RGB 218 199 117 -
CMYK 0 0.09 0.46 0.15
HSL 48.71º 0.58% 0.66% -
HSV(B) 48.71º 0.46% 0.85% -
XYZ 52.55 57.04 25.07 -
YUV 195.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 218 199 117 0 0.09 0.46 0.15 48.71 0.58 0.66
Hex DA C7 75 0 9 2E F 31 3A 42
Octal 332 307 165 0 11 56 17 61 72 102
Binary 11011010 11000111 1110101 0 1001 101110 1111 110001 111010 1000010

Color Harmonies of #DAC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC775

Black with #DAC775

Text Example


Text Example

White with #DAC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC775; }

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

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

background-color css

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

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

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

border-color css

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

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

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