#DAC564

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

Shades of Chenin #DAC564

Tints of Chenin #DAC564

Color information

#DAC564 (or 0xDAC564) is unknown color: approx Chenin. HEX triplet: DA, C5 and 64. RGB value is (218,197,100). Sum of RGB (Red+Green+Blue) = 218+197+100=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC564 is #253A9B. Grayscale: #C0C0C0. Windows color (decimal): -2439836 or 6604250. OLE color: 6604250.

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

Color convert

RGB218197100-
CMYK00.100.540.15
HSL49.32º61.46%62.35%-
HSV(B)49.32º54.13%85.49%-
XYZ51.1855.7620.12-
YUV192.2275.96146.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 100 (39.45% from 255) = 19.42%
R=42.33%
G=38.25%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819710000.100.540.1549.3261.4662.35
HexDAC5640A36F313d3e
Octal3323051440126617617576
Binary11011010110001011100100010101101101111110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC564; }

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

 H1.HeaderClassName
 {
   color: #DAC564;
 }
 .AnyTagClassName
 {
   color: #DAC564;
 }
</style>
background-color css

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

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

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

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

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

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