Shades of Cape Honey #FFDDA7
Tints of Cape Honey #FFDDA7
RGB
CMYK
RGB Variations
Color information
#FFDDA7 (or 0xFFDDA7) is known color: Cape Honey. HEX triplet: FF, DD and A7. RGB value is (255,221,167). Sum of RGB (Red+Green+Blue) = 255+221+167=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA7 is #002258. Grayscale: #E1E1E1. Windows color (decimal): -8793 or 11001343. OLE color: 11001343.
HSL color Cylindrical-coordinate representation of color #FFDDA7: hue angle of 36.82º 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 #FFDDA7 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 167 | - |
| CMYK | 0 | 0.13 | 0.35 | 0 |
| HSL | 36.82º | 1% | 0.83% | - |
| HSV(B) | 36.82º | 0.35% | 1% | - |
| XYZ | 74.07 | 75.76 | 47.28 | - |
| YUV | 225.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 167 | 0 | 0.13 | 0.35 | 0 | 36.82 | 1 | 0.83 |
| Hex | FF | DD | A7 | 0 | D | 23 | 0 | 25 | 64 | 53 |
| Octal | 377 | 335 | 247 | 0 | 15 | 43 | 0 | 45 | 144 | 123 |
| Binary | 11111111 | 11011101 | 10100111 | 0 | 1101 | 100011 | 0 | 100101 | 1100100 | 1010011 |
Color Harmonies of #FFDDA7
Complementary color
Monochromatic Colors of #FFDDA7
Black with #FFDDA7
Text Example
Text Example
White with #FFDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDA7; }
p { color: rgb(255,221,167); }
H1.HeaderClassName
{
color: #FFDDA7;
}
.AnyTagClassName
{
color: #FFDDA7;
}
</style>
background-color css
<style>
a { background-color: #FFDDA7; }
a { background-color: rgb(255,221,167); }
div.DivClassName
{
background-color: #FFDDA7;
}
.BgClassName
{
background-color: #FFDDA7;
}
</style>
border-color css
<style>
span { border-color: #FFDDA7; }
span { border-color: rgb(255,221,167); }
td.TdClassName
{
border-color: #FFDDA7;
}
.TagClassName
{
border-color: #FFDDA7;
}
</style>