#DAC597

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

Shades of Raffia #DAC597

Tints of Raffia #DAC597

Color information

#DAC597 (or 0xDAC597) is unknown color: approx Raffia. HEX triplet: DA, C5 and 97. RGB value is (218,197,151). Sum of RGB (Red+Green+Blue) = 218+197+151=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC597 is #253A68. Grayscale: #C6C6C6. Windows color (decimal): -2439785 or 9946586. OLE color: 9946586.

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

Color convert

RGB218197151-
CMYK00.100.310.15
HSL41.19º47.52%72.35%-
HSV(B)41.19º30.73%85.49%-
XYZ54.4757.0737.42-
YUV198.04101.46142.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 151 (59.38% from 255) = 26.68%
R=38.52%
G=34.81%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819715100.100.310.1541.1947.5272.35
HexDAC5970A1FF293048
Octal33230522701237175160110
Binary110110101100010110010111010101111111111010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC597; }

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

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

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

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

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

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

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

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