Shades of Raffia #DDC59B
Tints of Raffia #DDC59B
RGB
CMYK
RGB Variations
Color information
#DDC59B (or 0xDDC59B) is known color: Raffia. HEX triplet: DD, C5 and 9B. RGB value is (221,197,155). Sum of RGB (Red+Green+Blue) = 221+197+155=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59B is #223A64. Grayscale: #C7C7C7. Windows color (decimal): -2243173 or 10208733. OLE color: 10208733.
HSL color Cylindrical-coordinate representation of color #DDC59B: hue angle of 38.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC59B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 155 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 38.18º | 0.49% | 0.74% | - |
| HSV(B) | 38.18º | 0.3% | 0.87% | - |
| XYZ | 55.7 | 57.67 | 39.21 | - |
| YUV | 199.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 155 | 0 | 0.11 | 0.30 | 0.13 | 38.18 | 0.49 | 0.74 |
| Hex | DD | C5 | 9B | 0 | B | 1E | D | 26 | 31 | 4A |
| Octal | 335 | 305 | 233 | 0 | 13 | 36 | 15 | 46 | 61 | 112 |
| Binary | 11011101 | 11000101 | 10011011 | 0 | 1011 | 11110 | 1101 | 100110 | 110001 | 1001010 |
Color Harmonies of #DDC59B
Complementary color
Monochromatic Colors of #DDC59B
Black with #DDC59B
Text Example
Text Example
White with #DDC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC59B; }
p { color: rgb(221,197,155); }
H1.HeaderClassName
{
color: #DDC59B;
}
.AnyTagClassName
{
color: #DDC59B;
}
</style>
background-color css
<style>
a { background-color: #DDC59B; }
a { background-color: rgb(221,197,155); }
div.DivClassName
{
background-color: #DDC59B;
}
.BgClassName
{
background-color: #DDC59B;
}
</style>
border-color css
<style>
span { border-color: #DDC59B; }
span { border-color: rgb(221,197,155); }
td.TdClassName
{
border-color: #DDC59B;
}
.TagClassName
{
border-color: #DDC59B;
}
</style>