Shades of Cape Honey #FFDFA8
Tints of Cape Honey #FFDFA8
RGB
CMYK
RGB Variations
Color information
#FFDFA8 (or 0xFFDFA8) is known color: Cape Honey. HEX triplet: FF, DF and A8. RGB value is (255,223,168). Sum of RGB (Red+Green+Blue) = 255+223+168=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA8 is #002057. Grayscale: #E2E2E2. Windows color (decimal): -8280 or 11067391. OLE color: 11067391.
HSL color Cylindrical-coordinate representation of color #FFDFA8: hue angle of 37.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFDFA8 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 168 | - |
| CMYK | 0 | 0.13 | 0.34 | 0 |
| HSL | 37.93º | 1% | 0.83% | - |
| HSV(B) | 37.93º | 0.34% | 1% | - |
| XYZ | 74.7 | 76.86 | 47.94 | - |
| YUV | 226.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 168 | 0 | 0.13 | 0.34 | 0 | 37.93 | 1 | 0.83 |
| Hex | FF | DF | A8 | 0 | D | 22 | 0 | 26 | 64 | 53 |
| Octal | 377 | 337 | 250 | 0 | 15 | 42 | 0 | 46 | 144 | 123 |
| Binary | 11111111 | 11011111 | 10101000 | 0 | 1101 | 100010 | 0 | 100110 | 1100100 | 1010011 |
Color Harmonies of #FFDFA8
Complementary color
Monochromatic Colors of #FFDFA8
Black with #FFDFA8
Text Example
Text Example
White with #FFDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFA8; }
p { color: rgb(255,223,168); }
H1.HeaderClassName
{
color: #FFDFA8;
}
.AnyTagClassName
{
color: #FFDFA8;
}
</style>
background-color css
<style>
a { background-color: #FFDFA8; }
a { background-color: rgb(255,223,168); }
div.DivClassName
{
background-color: #FFDFA8;
}
.BgClassName
{
background-color: #FFDFA8;
}
</style>
border-color css
<style>
span { border-color: #FFDFA8; }
span { border-color: rgb(255,223,168); }
td.TdClassName
{
border-color: #FFDFA8;
}
.TagClassName
{
border-color: #FFDFA8;
}
</style>