Shades of Cape Honey #FFDEA7
Tints of Cape Honey #FFDEA7
RGB
CMYK
RGB Variations
Color information
#FFDEA7 (or 0xFFDEA7) is known color: Cape Honey. HEX triplet: FF, DE and A7. RGB value is (255,222,167). Sum of RGB (Red+Green+Blue) = 255+222+167=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 167 (65.62% from 255 or 25.93% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEA7 is #002158. Grayscale: #E1E1E1. Windows color (decimal): -8537 or 11001599. OLE color: 11001599.
HSL color Cylindrical-coordinate representation of color #FFDEA7: hue angle of 37.5º 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 #FFDEA7 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 167 | - |
| CMYK | 0 | 0.13 | 0.35 | 0 |
| HSL | 37.5º | 1% | 0.83% | - |
| HSV(B) | 37.5º | 0.35% | 1% | - |
| XYZ | 74.34 | 76.29 | 47.37 | - |
| YUV | 225.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 167 | 0 | 0.13 | 0.35 | 0 | 37.5 | 1 | 0.83 |
| Hex | FF | DE | A7 | 0 | D | 23 | 0 | 26 | 64 | 53 |
| Octal | 377 | 336 | 247 | 0 | 15 | 43 | 0 | 46 | 144 | 123 |
| Binary | 11111111 | 11011110 | 10100111 | 0 | 1101 | 100011 | 0 | 100110 | 1100100 | 1010011 |
Color Harmonies of #FFDEA7
Complementary color
Monochromatic Colors of #FFDEA7
Black with #FFDEA7
Text Example
Text Example
White with #FFDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEA7; }
p { color: rgb(255,222,167); }
H1.HeaderClassName
{
color: #FFDEA7;
}
.AnyTagClassName
{
color: #FFDEA7;
}
</style>
background-color css
<style>
a { background-color: #FFDEA7; }
a { background-color: rgb(255,222,167); }
div.DivClassName
{
background-color: #FFDEA7;
}
.BgClassName
{
background-color: #FFDEA7;
}
</style>
border-color css
<style>
span { border-color: #FFDEA7; }
span { border-color: rgb(255,222,167); }
td.TdClassName
{
border-color: #FFDEA7;
}
.TagClassName
{
border-color: #FFDEA7;
}
</style>