#DAC49C

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

Shades of Raffia #DAC49C

Tints of Raffia #DAC49C

Color information

#DAC49C (or 0xDAC49C) is unknown color: approx Raffia. HEX triplet: DA, C4 and 9C. RGB value is (218,196,156). Sum of RGB (Red+Green+Blue) = 218+196+156=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49C is #253B63. Grayscale: #C6C6C6. Windows color (decimal): -2440036 or 10274010. OLE color: 10274010.

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

Color convert

RGB218196156-
CMYK00.100.280.15
HSL38.71º45.59%73.33%-
HSV(B)38.71º28.44%85.49%-
XYZ54.6556.7939.53-
YUV198.02104.29142.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=38.25%
G=34.39%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819615600.100.280.1538.7145.5973.33
HexDAC49C0A1CF272e49
Octal33230423401234174756111
Binary110110101100010010011100010101110011111001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC49C; }

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

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

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

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

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

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

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

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