Shades of Raffia #DBCCA4
Tints of Raffia #DBCCA4
RGB
CMYK
RGB Variations
Color information
#DBCCA4 (or 0xDBCCA4) is known color: Raffia. HEX triplet: DB, CC and A4. RGB value is (219,204,164). Sum of RGB (Red+Green+Blue) = 219+204+164=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCA4 is #24335B. Grayscale: #CCCCCC. Windows color (decimal): -2372444 or 10800347. OLE color: 10800347.
HSL color Cylindrical-coordinate representation of color #DBCCA4: hue angle of 43.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBCCA4 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 164 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.14 |
| HSL | 43.64º | 0.43% | 0.75% | - |
| HSV(B) | 43.64º | 0.25% | 0.86% | - |
| XYZ | 57.51 | 60.93 | 43.85 | - |
| YUV | 203.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 164 | 0 | 0.07 | 0.25 | 0.14 | 43.64 | 0.43 | 0.75 |
| Hex | DB | CC | A4 | 0 | 7 | 19 | E | 2C | 2B | 4B |
| Octal | 333 | 314 | 244 | 0 | 7 | 31 | 16 | 54 | 53 | 113 |
| Binary | 11011011 | 11001100 | 10100100 | 0 | 111 | 11001 | 1110 | 101100 | 101011 | 1001011 |
Color Harmonies of #DBCCA4
Complementary color
Monochromatic Colors of #DBCCA4
Black with #DBCCA4
Text Example
Text Example
White with #DBCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCA4; }
p { color: rgb(219,204,164); }
H1.HeaderClassName
{
color: #DBCCA4;
}
.AnyTagClassName
{
color: #DBCCA4;
}
</style>
background-color css
<style>
a { background-color: #DBCCA4; }
a { background-color: rgb(219,204,164); }
div.DivClassName
{
background-color: #DBCCA4;
}
.BgClassName
{
background-color: #DBCCA4;
}
</style>
border-color css
<style>
span { border-color: #DBCCA4; }
span { border-color: rgb(219,204,164); }
td.TdClassName
{
border-color: #DBCCA4;
}
.TagClassName
{
border-color: #DBCCA4;
}
</style>