Shades of Raffia #DDC59D
Tints of Raffia #DDC59D
RGB
CMYK
RGB Variations
Color information
#DDC59D (or 0xDDC59D) is known color: Raffia. HEX triplet: DD, C5 and 9D. RGB value is (221,197,157). Sum of RGB (Red+Green+Blue) = 221+197+157=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59D is #223A62. Grayscale: #C7C7C7. Windows color (decimal): -2243171 or 10339805. OLE color: 10339805.
HSL color Cylindrical-coordinate representation of color #DDC59D: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC59D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 157 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.13 |
| HSL | 37.5º | 0.48% | 0.74% | - |
| HSV(B) | 37.5º | 0.29% | 0.87% | - |
| XYZ | 55.87 | 57.74 | 40.1 | - |
| YUV | 199.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 157 | 0 | 0.11 | 0.29 | 0.13 | 37.5 | 0.48 | 0.74 |
| Hex | DD | C5 | 9D | 0 | B | 1D | D | 26 | 30 | 4A |
| Octal | 335 | 305 | 235 | 0 | 13 | 35 | 15 | 46 | 60 | 112 |
| Binary | 11011101 | 11000101 | 10011101 | 0 | 1011 | 11101 | 1101 | 100110 | 110000 | 1001010 |
Color Harmonies of #DDC59D
Complementary color
Monochromatic Colors of #DDC59D
Black with #DDC59D
Text Example
Text Example
White with #DDC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC59D; }
p { color: rgb(221,197,157); }
H1.HeaderClassName
{
color: #DDC59D;
}
.AnyTagClassName
{
color: #DDC59D;
}
</style>
background-color css
<style>
a { background-color: #DDC59D; }
a { background-color: rgb(221,197,157); }
div.DivClassName
{
background-color: #DDC59D;
}
.BgClassName
{
background-color: #DDC59D;
}
</style>
border-color css
<style>
span { border-color: #DDC59D; }
span { border-color: rgb(221,197,157); }
td.TdClassName
{
border-color: #DDC59D;
}
.TagClassName
{
border-color: #DDC59D;
}
</style>