#DAC270

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

Shades of Chenin #DAC270

Tints of Chenin #DAC270

Color information

#DAC270 (or 0xDAC270) is unknown color: approx Chenin. HEX triplet: DA, C2 and 70. RGB value is (218,194,112). Sum of RGB (Red+Green+Blue) = 218+194+112=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC270 is #253D8F. Grayscale: #C0C0C0. Windows color (decimal): -2440592 or 7389914. OLE color: 7389914.

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

Color convert

RGB218194112-
CMYK00.110.490.15
HSL46.42º58.89%64.71%-
HSV(B)46.42º48.62%85.49%-
XYZ51.1354.6623.18-
YUV191.8382.95146.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 21.37%
R=41.60%
G=37.02%
B=21.37%

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
Decimal21819411200.110.490.1546.4258.8964.71
HexDAC2700B31F2e3b41
Octal33230216001361175673101
Binary110110101100001011100000101111000111111011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC270; }

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

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

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

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

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

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

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

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