#DAC570

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

Shades of Chenin #DAC570

Tints of Chenin #DAC570

Color information

#DAC570 (or 0xDAC570) is unknown color: approx Chenin. HEX triplet: DA, C5 and 70. RGB value is (218,197,112). Sum of RGB (Red+Green+Blue) = 218+197+112=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC570 is #253A8F. Grayscale: #C1C1C1. Windows color (decimal): -2439824 or 7390682. OLE color: 7390682.

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

Color convert

RGB218197112-
CMYK00.100.490.15
HSL48.11º58.89%64.71%-
HSV(B)48.11º48.62%85.49%-
XYZ51.856.0123.41-
YUV193.5981.96145.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=41.37%
G=37.38%
B=21.25%

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
Decimal21819711200.100.490.1548.1158.8964.71
HexDAC5700A31F303b41
Octal33230516001261176073101
Binary110110101100010111100000101011000111111100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC570; }

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

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

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

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

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

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

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

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