Shades of Raffia #DDCBAB
Tints of Raffia #DDCBAB
RGB
CMYK
RGB Variations
Color information
#DDCBAB (or 0xDDCBAB) is known color: Raffia. HEX triplet: DD, CB and AB. RGB value is (221,203,171). Sum of RGB (Red+Green+Blue) = 221+203+171=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBAB is #223454. Grayscale: #CCCCCC. Windows color (decimal): -2241621 or 11258845. OLE color: 11258845.
HSL color Cylindrical-coordinate representation of color #DDCBAB: hue angle of 38.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCBAB is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 171 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.13 |
| HSL | 38.4º | 0.42% | 0.77% | - |
| HSV(B) | 38.4º | 0.23% | 0.87% | - |
| XYZ | 58.53 | 61.02 | 47.22 | - |
| YUV | 204.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 171 | 0 | 0.08 | 0.23 | 0.13 | 38.4 | 0.42 | 0.77 |
| Hex | DD | CB | AB | 0 | 8 | 17 | D | 26 | 2A | 4D |
| Octal | 335 | 313 | 253 | 0 | 10 | 27 | 15 | 46 | 52 | 115 |
| Binary | 11011101 | 11001011 | 10101011 | 0 | 1000 | 10111 | 1101 | 100110 | 101010 | 1001101 |
Color Harmonies of #DDCBAB
Complementary color
Monochromatic Colors of #DDCBAB
Black with #DDCBAB
Text Example
Text Example
White with #DDCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBAB; }
p { color: rgb(221,203,171); }
H1.HeaderClassName
{
color: #DDCBAB;
}
.AnyTagClassName
{
color: #DDCBAB;
}
</style>
background-color css
<style>
a { background-color: #DDCBAB; }
a { background-color: rgb(221,203,171); }
div.DivClassName
{
background-color: #DDCBAB;
}
.BgClassName
{
background-color: #DDCBAB;
}
</style>
border-color css
<style>
span { border-color: #DDCBAB; }
span { border-color: rgb(221,203,171); }
td.TdClassName
{
border-color: #DDCBAB;
}
.TagClassName
{
border-color: #DDCBAB;
}
</style>