Shades of Raffia #DDCAAC
Tints of Raffia #DDCAAC
RGB
CMYK
RGB Variations
Color information
#DDCAAC (or 0xDDCAAC) is known color: Raffia. HEX triplet: DD, CA and AC. RGB value is (221,202,172). Sum of RGB (Red+Green+Blue) = 221+202+172=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAAC is #223553. Grayscale: #CCCCCC. Windows color (decimal): -2241876 or 11324125. OLE color: 11324125.
HSL color Cylindrical-coordinate representation of color #DDCAAC: hue angle of 36.73º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDCAAC is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 172 | - |
CMYK | 0 | 0.09 | 0.22 | 0.13 |
HSL | 36.73º | 0.42% | 0.77% | - |
HSV(B) | 36.73º | 0.22% | 0.87% | - |
XYZ | 58.39 | 60.59 | 47.65 | - |
YUV | 204.26 | 109.79 | 139.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 172 | 0 | 0.09 | 0.22 | 0.13 | 36.73 | 0.42 | 0.77 |
Hex | DD | CA | AC | 0 | 9 | 16 | D | 25 | 2A | 4D |
Octal | 335 | 312 | 254 | 0 | 11 | 26 | 15 | 45 | 52 | 115 |
Binary | 11011101 | 11001010 | 10101100 | 0 | 1001 | 10110 | 1101 | 100101 | 101010 | 1001101 |
Color Harmonies of #DDCAAC
Complementary color
Monochromatic Colors of #DDCAAC
Black with #DDCAAC
Text Example
Text Example
White with #DDCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAAC; }
p { color: rgb(221,202,172); }
H1.HeaderClassName
{
color: #DDCAAC;
}
.AnyTagClassName
{
color: #DDCAAC;
}
</style>
background-color css
<style>
a { background-color: #DDCAAC; }
a { background-color: rgb(221,202,172); }
div.DivClassName
{
background-color: #DDCAAC;
}
.BgClassName
{
background-color: #DDCAAC;
}
</style>
border-color css
<style>
span { border-color: #DDCAAC; }
span { border-color: rgb(221,202,172); }
td.TdClassName
{
border-color: #DDCAAC;
}
.TagClassName
{
border-color: #DDCAAC;
}
</style>