#DAC370

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

Shades of Chenin #DAC370

Tints of Chenin #DAC370

Color information

#DAC370 (or 0xDAC370) is unknown color: approx Chenin. HEX triplet: DA, C3 and 70. RGB value is (218,195,112). Sum of RGB (Red+Green+Blue) = 218+195+112=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC370 is #253C8F. Grayscale: #C0C0C0. Windows color (decimal): -2440336 or 7390170. OLE color: 7390170.

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

Color convert

RGB218195112-
CMYK00.110.490.15
HSL46.98º58.89%64.71%-
HSV(B)46.98º48.62%85.49%-
XYZ51.3555.1123.26-
YUV192.4282.62146.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=41.52%
G=37.14%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819511200.110.490.1546.9858.8964.71
HexDAC3700B31F2f3b41
Octal33230316001361175773101
Binary110110101100001111100000101111000111111011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC370; }

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

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

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

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

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

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

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

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