Shades of Raffia #DDC69C
Tints of Raffia #DDC69C
RGB
CMYK
RGB Variations
Color information
#DDC69C (or 0xDDC69C) is known color: Raffia. HEX triplet: DD, C6 and 9C. RGB value is (221,198,156). Sum of RGB (Red+Green+Blue) = 221+198+156=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69C is #223963. Grayscale: #C8C8C8. Windows color (decimal): -2242916 or 10274525. OLE color: 10274525.
HSL color Cylindrical-coordinate representation of color #DDC69C: hue angle of 38.77º degrees, saturation: 0.49, 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 #DDC69C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 38.77º | 0.49% | 0.74% | - |
| HSV(B) | 38.77º | 0.29% | 0.87% | - |
| XYZ | 56.01 | 58.16 | 39.73 | - |
| YUV | 200.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 156 | 0 | 0.10 | 0.29 | 0.13 | 38.77 | 0.49 | 0.74 |
| Hex | DD | C6 | 9C | 0 | A | 1D | D | 27 | 31 | 4A |
| Octal | 335 | 306 | 234 | 0 | 12 | 35 | 15 | 47 | 61 | 112 |
| Binary | 11011101 | 11000110 | 10011100 | 0 | 1010 | 11101 | 1101 | 100111 | 110001 | 1001010 |
Color Harmonies of #DDC69C
Complementary color
Monochromatic Colors of #DDC69C
Black with #DDC69C
Text Example
Text Example
White with #DDC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC69C; }
p { color: rgb(221,198,156); }
H1.HeaderClassName
{
color: #DDC69C;
}
.AnyTagClassName
{
color: #DDC69C;
}
</style>
background-color css
<style>
a { background-color: #DDC69C; }
a { background-color: rgb(221,198,156); }
div.DivClassName
{
background-color: #DDC69C;
}
.BgClassName
{
background-color: #DDC69C;
}
</style>
border-color css
<style>
span { border-color: #DDC69C; }
span { border-color: rgb(221,198,156); }
td.TdClassName
{
border-color: #DDC69C;
}
.TagClassName
{
border-color: #DDC69C;
}
</style>