Shades of Raffia #DDC39B
Tints of Raffia #DDC39B
RGB
CMYK
RGB Variations
Color information
#DDC39B (or 0xDDC39B) is known color: Raffia. HEX triplet: DD, C3 and 9B. RGB value is (221,195,155). Sum of RGB (Red+Green+Blue) = 221+195+155=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39B is #223C64. Grayscale: #C6C6C6. Windows color (decimal): -2243685 or 10208221. OLE color: 10208221.
HSL color Cylindrical-coordinate representation of color #DDC39B: hue angle of 36.36º 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 #DDC39B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 155 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.13 |
| HSL | 36.36º | 0.49% | 0.74% | - |
| HSV(B) | 36.36º | 0.3% | 0.87% | - |
| XYZ | 55.25 | 56.77 | 39.06 | - |
| YUV | 198.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 155 | 0 | 0.12 | 0.30 | 0.13 | 36.36 | 0.49 | 0.74 |
| Hex | DD | C3 | 9B | 0 | C | 1E | D | 24 | 31 | 4A |
| Octal | 335 | 303 | 233 | 0 | 14 | 36 | 15 | 44 | 61 | 112 |
| Binary | 11011101 | 11000011 | 10011011 | 0 | 1100 | 11110 | 1101 | 100100 | 110001 | 1001010 |
Color Harmonies of #DDC39B
Complementary color
Monochromatic Colors of #DDC39B
Black with #DDC39B
Text Example
Text Example
White with #DDC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC39B; }
p { color: rgb(221,195,155); }
H1.HeaderClassName
{
color: #DDC39B;
}
.AnyTagClassName
{
color: #DDC39B;
}
</style>
background-color css
<style>
a { background-color: #DDC39B; }
a { background-color: rgb(221,195,155); }
div.DivClassName
{
background-color: #DDC39B;
}
.BgClassName
{
background-color: #DDC39B;
}
</style>
border-color css
<style>
span { border-color: #DDC39B; }
span { border-color: rgb(221,195,155); }
td.TdClassName
{
border-color: #DDC39B;
}
.TagClassName
{
border-color: #DDC39B;
}
</style>