Shades of Cape Honey #FFDF9F
Tints of Cape Honey #FFDF9F
RGB
CMYK
RGB Variations
Color information
#FFDF9F (or 0xFFDF9F) is known color: Cape Honey. HEX triplet: FF, DF and 9F. RGB value is (255,223,159). Sum of RGB (Red+Green+Blue) = 255+223+159=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 159 (62.5% from 255 or 24.96% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF9F is #002060. Grayscale: #E1E1E1. Windows color (decimal): -8289 or 10477567. OLE color: 10477567.
HSL color Cylindrical-coordinate representation of color #FFDF9F: hue angle of 40º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFDF9F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 159 | - |
| CMYK | 0 | 0.13 | 0.38 | 0 |
| HSL | 40º | 1% | 0.81% | - |
| HSV(B) | 40º | 0.38% | 1% | - |
| XYZ | 73.89 | 76.54 | 43.68 | - |
| YUV | 225.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 159 | 0 | 0.13 | 0.38 | 0 | 40 | 1 | 0.81 |
| Hex | FF | DF | 9F | 0 | D | 26 | 0 | 28 | 64 | 51 |
| Octal | 377 | 337 | 237 | 0 | 15 | 46 | 0 | 50 | 144 | 121 |
| Binary | 11111111 | 11011111 | 10011111 | 0 | 1101 | 100110 | 0 | 101000 | 1100100 | 1010001 |
Color Harmonies of #FFDF9F
Complementary color
Monochromatic Colors of #FFDF9F
Black with #FFDF9F
Text Example
Text Example
White with #FFDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF9F; }
p { color: rgb(255,223,159); }
H1.HeaderClassName
{
color: #FFDF9F;
}
.AnyTagClassName
{
color: #FFDF9F;
}
</style>
background-color css
<style>
a { background-color: #FFDF9F; }
a { background-color: rgb(255,223,159); }
div.DivClassName
{
background-color: #FFDF9F;
}
.BgClassName
{
background-color: #FFDF9F;
}
</style>
border-color css
<style>
span { border-color: #FFDF9F; }
span { border-color: rgb(255,223,159); }
td.TdClassName
{
border-color: #FFDF9F;
}
.TagClassName
{
border-color: #FFDF9F;
}
</style>