#DAC470

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

Shades of Chenin #DAC470

Tints of Chenin #DAC470

Color information

#DAC470 (or 0xDAC470) is unknown color: approx Chenin. HEX triplet: DA, C4 and 70. RGB value is (218,196,112). Sum of RGB (Red+Green+Blue) = 218+196+112=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC470 is #253B8F. Grayscale: #C1C1C1. Windows color (decimal): -2440080 or 7390426. OLE color: 7390426.

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

Color convert

RGB218196112-
CMYK00.100.490.15
HSL47.55º58.89%64.71%-
HSV(B)47.55º48.62%85.49%-
XYZ51.5855.5623.33-
YUV19382.29145.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=41.44%
G=37.26%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819611200.100.490.1547.5558.8964.71
HexDAC4700A31F303b41
Octal33230416001261176073101
Binary110110101100010011100000101011000111111100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC470; }

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

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

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

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

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

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

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

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