#DAC764

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

Shades of Chenin #DAC764

Tints of Chenin #DAC764

Color information

#DAC764 (or 0xDAC764) is unknown color: approx Chenin. HEX triplet: DA, C7 and 64. RGB value is (218,199,100). Sum of RGB (Red+Green+Blue) = 218+199+100=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC764 is #25389B. Grayscale: #C1C1C1. Windows color (decimal): -2439324 or 6604762. OLE color: 6604762.

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

Color convert

RGB218199100-
CMYK00.090.540.15
HSL50.34º61.46%62.35%-
HSV(B)50.34º54.13%85.49%-
XYZ51.6456.6720.27-
YUV193.475.29145.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 100 (39.45% from 255) = 19.34%
R=42.17%
G=38.49%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819910000.090.540.1550.3461.4662.35
HexDAC7640936F323d3e
Octal3323071440116617627576
Binary11011010110001111100100010011101101111110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC764; }

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

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

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

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

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

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

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

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