#DAC664

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

Shades of Chenin #DAC664

Tints of Chenin #DAC664

Color information

#DAC664 (or 0xDAC664) is unknown color: approx Chenin. HEX triplet: DA, C6 and 64. RGB value is (218,198,100). Sum of RGB (Red+Green+Blue) = 218+198+100=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC664 is #25399B. Grayscale: #C1C1C1. Windows color (decimal): -2439580 or 6604506. OLE color: 6604506.

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

Color convert

RGB218198100-
CMYK00.090.540.15
HSL49.83º61.46%62.35%-
HSV(B)49.83º54.13%85.49%-
XYZ51.4156.2120.2-
YUV192.8175.63145.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 100 (39.45% from 255) = 19.38%
R=42.25%
G=38.37%
B=19.38%

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
Decimal21819810000.090.540.1549.8361.4662.35
HexDAC6640936F323d3e
Octal3323061440116617627576
Binary11011010110001101100100010011101101111110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC664; }

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

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

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

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

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

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

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

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