#DAC497

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

Shades of Raffia #DAC497

Tints of Raffia #DAC497

Color information

#DAC497 (or 0xDAC497) is unknown color: approx Raffia. HEX triplet: DA, C4 and 97. RGB value is (218,196,151). Sum of RGB (Red+Green+Blue) = 218+196+151=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC497 is #253B68. Grayscale: #C5C5C5. Windows color (decimal): -2440041 or 9946330. OLE color: 9946330.

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

Color convert

RGB218196151-
CMYK00.100.310.15
HSL40.3º47.52%72.35%-
HSV(B)40.3º30.73%85.49%-
XYZ54.2456.6237.35-
YUV197.45101.79142.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=38.58%
G=34.69%
B=26.73%

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
Decimal21819615100.100.310.1540.347.5272.35
HexDAC4970A1FF283048
Octal33230422701237175060110
Binary110110101100010010010111010101111111111010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC497; }

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

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

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

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

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

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

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

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