#DAC39B

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

Shades of Raffia #DAC39B

Tints of Raffia #DAC39B

Color information

#DAC39B (or 0xDAC39B) is unknown color: approx Raffia. HEX triplet: DA, C3 and 9B. RGB value is (218,195,155). Sum of RGB (Red+Green+Blue) = 218+195+155=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39B is #253C64. Grayscale: #C5C5C5. Windows color (decimal): -2440293 or 10208218. OLE color: 10208218.

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

Color convert

RGB218195155-
CMYK00.110.290.15
HSL38.1º45.99%73.14%-
HSV(B)38.1º28.9%85.49%-
XYZ54.3456.339.01-
YUV197.32104.12142.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=38.38%
G=34.33%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819515500.110.290.1538.145.9973.14
HexDAC39B0B1DF262e49
Octal33230323301335174656111
Binary110110101100001110011011010111110111111001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC39B; }

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

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

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

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

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

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

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

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