Shades of Raffia #DAC39B
Tints of Raffia #DAC39B
RGB
CMYK
RGB Variations
Color information
#DAC39B (or 0xDAC39B) is known color: 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
| RGB | 218 | 195 | 155 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.15 |
| HSL | 38.1º | 0.46% | 0.73% | - |
| HSV(B) | 38.1º | 0.29% | 0.85% | - |
| XYZ | 54.34 | 56.3 | 39.01 | - |
| YUV | 197.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 155 | 0 | 0.11 | 0.29 | 0.15 | 38.1 | 0.46 | 0.73 |
| Hex | DA | C3 | 9B | 0 | B | 1D | F | 26 | 2E | 49 |
| Octal | 332 | 303 | 233 | 0 | 13 | 35 | 17 | 46 | 56 | 111 |
| Binary | 11011010 | 11000011 | 10011011 | 0 | 1011 | 11101 | 1111 | 100110 | 101110 | 1001001 |
Color Harmonies of #DAC39B
Complementary color
Monochromatic Colors of #DAC39B
Black with #DAC39B
Text Example
Text Example
White with #DAC39B
Text Example
Text Example
HTML Codes & Css Web 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>