#DAC271

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

Shades of Chenin #DAC271

Tints of Chenin #DAC271

Color information

#DAC271 (or 0xDAC271) is unknown color: approx Chenin. HEX triplet: DA, C2 and 71. RGB value is (218,194,113). Sum of RGB (Red+Green+Blue) = 218+194+113=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC271 is #253D8E. Grayscale: #C0C0C0. Windows color (decimal): -2440591 or 7455450. OLE color: 7455450.

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

Color convert

RGB218194113-
CMYK00.110.480.15
HSL46.29º58.66%64.9%-
HSV(B)46.29º48.17%85.49%-
XYZ51.1954.6823.48-
YUV191.9483.45146.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=41.52%
G=36.95%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819411300.110.480.1546.2958.6664.9
HexDAC2710B30F2e3b41
Octal33230216101360175673101
Binary110110101100001011100010101111000011111011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC271; }

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

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

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

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

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

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

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

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