Shades of Raffia #DDC69B
Tints of Raffia #DDC69B
RGB
CMYK
RGB Variations
Color information
#DDC69B (or 0xDDC69B) is known color: Raffia. HEX triplet: DD, C6 and 9B. RGB value is (221,198,155). Sum of RGB (Red+Green+Blue) = 221+198+155=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69B is #223964. Grayscale: #C8C8C8. Windows color (decimal): -2242917 or 10208989. OLE color: 10208989.
HSL color Cylindrical-coordinate representation of color #DDC69B: hue angle of 39.09º 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 #DDC69B is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 155 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.13 |
| HSL | 39.09º | 0.49% | 0.74% | - |
| HSV(B) | 39.09º | 0.3% | 0.87% | - |
| XYZ | 55.93 | 58.13 | 39.28 | - |
| YUV | 199.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 155 | 0 | 0.10 | 0.30 | 0.13 | 39.09 | 0.49 | 0.74 |
| Hex | DD | C6 | 9B | 0 | A | 1E | D | 27 | 31 | 4A |
| Octal | 335 | 306 | 233 | 0 | 12 | 36 | 15 | 47 | 61 | 112 |
| Binary | 11011101 | 11000110 | 10011011 | 0 | 1010 | 11110 | 1101 | 100111 | 110001 | 1001010 |
Color Harmonies of #DDC69B
Complementary color
Monochromatic Colors of #DDC69B
Black with #DDC69B
Text Example
Text Example
White with #DDC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC69B; }
p { color: rgb(221,198,155); }
H1.HeaderClassName
{
color: #DDC69B;
}
.AnyTagClassName
{
color: #DDC69B;
}
</style>
background-color css
<style>
a { background-color: #DDC69B; }
a { background-color: rgb(221,198,155); }
div.DivClassName
{
background-color: #DDC69B;
}
.BgClassName
{
background-color: #DDC69B;
}
</style>
border-color css
<style>
span { border-color: #DDC69B; }
span { border-color: rgb(221,198,155); }
td.TdClassName
{
border-color: #DDC69B;
}
.TagClassName
{
border-color: #DDC69B;
}
</style>