#DAC468

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

Shades of Chenin #DAC468

Tints of Chenin #DAC468

Color information

#DAC468 (or 0xDAC468) is unknown color: approx Chenin. HEX triplet: DA, C4 and 68. RGB value is (218,196,104). Sum of RGB (Red+Green+Blue) = 218+196+104=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC468 is #253B97. Grayscale: #C0C0C0. Windows color (decimal): -2440088 or 6866138. OLE color: 6866138.

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

Color convert

RGB218196104-
CMYK00.100.520.15
HSL48.42º60.64%63.14%-
HSV(B)48.42º52.29%85.49%-
XYZ51.1555.3821.09-
YUV192.0978.29146.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 104 (41.02% from 255) = 20.08%
R=42.08%
G=37.84%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819610400.100.520.1548.4260.6463.14
HexDAC4680A34F303d3f
Octal3323041500126417607577
Binary11011010110001001101000010101101001111110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC468; }

 p { color: rgb(218,196,104); }

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

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

 a { background-color: rgb(218,196,104); }

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

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

 span { border-color: rgb(218,196,104); }

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