Shades of Cape Honey #FFDFA0
Tints of Cape Honey #FFDFA0
RGB
CMYK
RGB Variations
Color information
#FFDFA0 (or 0xFFDFA0) is known color: Cape Honey. HEX triplet: FF, DF and A0. RGB value is (255,223,160). Sum of RGB (Red+Green+Blue) = 255+223+160=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA0 is #00205F. Grayscale: #E1E1E1. Windows color (decimal): -8288 or 10543103. OLE color: 10543103.
HSL color Cylindrical-coordinate representation of color #FFDFA0: hue angle of 39.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFDFA0 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 160 | - |
| CMYK | 0 | 0.13 | 0.37 | 0 |
| HSL | 39.79º | 1% | 0.81% | - |
| HSV(B) | 39.79º | 0.37% | 1% | - |
| XYZ | 73.97 | 76.57 | 44.14 | - |
| YUV | 225.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 160 | 0 | 0.13 | 0.37 | 0 | 39.79 | 1 | 0.81 |
| Hex | FF | DF | A0 | 0 | D | 25 | 0 | 28 | 64 | 51 |
| Octal | 377 | 337 | 240 | 0 | 15 | 45 | 0 | 50 | 144 | 121 |
| Binary | 11111111 | 11011111 | 10100000 | 0 | 1101 | 100101 | 0 | 101000 | 1100100 | 1010001 |
Color Harmonies of #FFDFA0
Complementary color
Monochromatic Colors of #FFDFA0
Black with #FFDFA0
Text Example
Text Example
White with #FFDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFA0; }
p { color: rgb(255,223,160); }
H1.HeaderClassName
{
color: #FFDFA0;
}
.AnyTagClassName
{
color: #FFDFA0;
}
</style>
background-color css
<style>
a { background-color: #FFDFA0; }
a { background-color: rgb(255,223,160); }
div.DivClassName
{
background-color: #FFDFA0;
}
.BgClassName
{
background-color: #FFDFA0;
}
</style>
border-color css
<style>
span { border-color: #FFDFA0; }
span { border-color: rgb(255,223,160); }
td.TdClassName
{
border-color: #FFDFA0;
}
.TagClassName
{
border-color: #FFDFA0;
}
</style>