Shades of Cape Honey #FFDDA6
Tints of Cape Honey #FFDDA6
RGB
CMYK
RGB Variations
Color information
#FFDDA6 (or 0xFFDDA6) is known color: Cape Honey. HEX triplet: FF, DD and A6. RGB value is (255,221,166). Sum of RGB (Red+Green+Blue) = 255+221+166=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 166 (65.23% from 255 or 25.86% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA6 is #002259. Grayscale: #E1E1E1. Windows color (decimal): -8794 or 10935807. OLE color: 10935807.
HSL color Cylindrical-coordinate representation of color #FFDDA6: hue angle of 37.08º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDDA6 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 166 | - |
| CMYK | 0 | 0.13 | 0.35 | 0 |
| HSL | 37.08º | 1% | 0.83% | - |
| HSV(B) | 37.08º | 0.35% | 1% | - |
| XYZ | 73.98 | 75.73 | 46.79 | - |
| YUV | 224.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 166 | 0 | 0.13 | 0.35 | 0 | 37.08 | 1 | 0.83 |
| Hex | FF | DD | A6 | 0 | D | 23 | 0 | 25 | 64 | 53 |
| Octal | 377 | 335 | 246 | 0 | 15 | 43 | 0 | 45 | 144 | 123 |
| Binary | 11111111 | 11011101 | 10100110 | 0 | 1101 | 100011 | 0 | 100101 | 1100100 | 1010011 |
Color Harmonies of #FFDDA6
Complementary color
Monochromatic Colors of #FFDDA6
Black with #FFDDA6
Text Example
Text Example
White with #FFDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDA6; }
p { color: rgb(255,221,166); }
H1.HeaderClassName
{
color: #FFDDA6;
}
.AnyTagClassName
{
color: #FFDDA6;
}
</style>
background-color css
<style>
a { background-color: #FFDDA6; }
a { background-color: rgb(255,221,166); }
div.DivClassName
{
background-color: #FFDDA6;
}
.BgClassName
{
background-color: #FFDDA6;
}
</style>
border-color css
<style>
span { border-color: #FFDDA6; }
span { border-color: rgb(255,221,166); }
td.TdClassName
{
border-color: #FFDDA6;
}
.TagClassName
{
border-color: #FFDDA6;
}
</style>