#DAC39C

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

Shades of Raffia #DAC39C

Tints of Raffia #DAC39C

Color information

#DAC39C (or 0xDAC39C) is unknown color: approx Raffia. HEX triplet: DA, C3 and 9C. RGB value is (218,195,156). Sum of RGB (Red+Green+Blue) = 218+195+156=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39C is #253C63. Grayscale: #C5C5C5. Windows color (decimal): -2440292 or 10273754. OLE color: 10273754.

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

Color convert

RGB218195156-
CMYK00.110.280.15
HSL37.74º45.59%73.33%-
HSV(B)37.74º28.44%85.49%-
XYZ54.4356.3439.46-
YUV197.43104.62142.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=38.31%
G=34.27%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819515600.110.280.1537.7445.5973.33
HexDAC39C0B1CF262e49
Octal33230323401334174656111
Binary110110101100001110011100010111110011111001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC39C; }

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

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

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

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

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

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

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

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