Shades of Raffia #DCCAAB
Tints of Raffia #DCCAAB
RGB
CMYK
RGB Variations
Color information
#DCCAAB (or 0xDCCAAB) is known color: Raffia. HEX triplet: DC, CA and AB. RGB value is (220,202,171). Sum of RGB (Red+Green+Blue) = 220+202+171=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAB is #233554. Grayscale: #CBCBCB. Windows color (decimal): -2307413 or 11258588. OLE color: 11258588.
HSL color Cylindrical-coordinate representation of color #DCCAAB: hue angle of 37.96º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCCAAB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 171 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.14 |
| HSL | 37.96º | 0.41% | 0.77% | - |
| HSV(B) | 37.96º | 0.22% | 0.86% | - |
| XYZ | 57.99 | 60.4 | 47.13 | - |
| YUV | 203.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 171 | 0 | 0.08 | 0.22 | 0.14 | 37.96 | 0.41 | 0.77 |
| Hex | DC | CA | AB | 0 | 8 | 16 | E | 26 | 29 | 4D |
| Octal | 334 | 312 | 253 | 0 | 10 | 26 | 16 | 46 | 51 | 115 |
| Binary | 11011100 | 11001010 | 10101011 | 0 | 1000 | 10110 | 1110 | 100110 | 101001 | 1001101 |
Color Harmonies of #DCCAAB
Complementary color
Monochromatic Colors of #DCCAAB
Black with #DCCAAB
Text Example
Text Example
White with #DCCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAAB; }
p { color: rgb(220,202,171); }
H1.HeaderClassName
{
color: #DCCAAB;
}
.AnyTagClassName
{
color: #DCCAAB;
}
</style>
background-color css
<style>
a { background-color: #DCCAAB; }
a { background-color: rgb(220,202,171); }
div.DivClassName
{
background-color: #DCCAAB;
}
.BgClassName
{
background-color: #DCCAAB;
}
</style>
border-color css
<style>
span { border-color: #DCCAAB; }
span { border-color: rgb(220,202,171); }
td.TdClassName
{
border-color: #DCCAAB;
}
.TagClassName
{
border-color: #DCCAAB;
}
</style>