#DAC775

Color #DAC775 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DAC775

Tints of Chenin #DAC775

Color information

#DAC775 (or 0xDAC775) is unknown color: approx 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

RGB218199117-
CMYK00.090.460.15
HSL48.71º57.71%65.69%-
HSV(B)48.71º46.33%85.49%-
XYZ52.5557.0425.07-
YUV195.3383.79144.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 199 (78.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819911700.090.460.1548.7157.7165.69
HexDAC775092EF313a42
Octal33230716501156176172102
Binary110110101100011111101010100110111011111100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>