Shades of Cape Honey #FFDD9F
Tints of Cape Honey #FFDD9F
RGB
CMYK
RGB Variations
Color information
#FFDD9F (or 0xFFDD9F) is known color: Cape Honey. HEX triplet: FF, DD and 9F. RGB value is (255,221,159). Sum of RGB (Red+Green+Blue) = 255+221+159=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9F is #002260. Grayscale: #E0E0E0. Windows color (decimal): -8801 or 10477055. OLE color: 10477055.
HSL color Cylindrical-coordinate representation of color #FFDD9F: hue angle of 38.75º 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 #FFDD9F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 159 | - |
| CMYK | 0 | 0.13 | 0.38 | 0 |
| HSL | 38.75º | 1% | 0.81% | - |
| HSV(B) | 38.75º | 0.38% | 1% | - |
| XYZ | 73.35 | 75.48 | 43.5 | - |
| YUV | 224.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 159 | 0 | 0.13 | 0.38 | 0 | 38.75 | 1 | 0.81 |
| Hex | FF | DD | 9F | 0 | D | 26 | 0 | 27 | 64 | 51 |
| Octal | 377 | 335 | 237 | 0 | 15 | 46 | 0 | 47 | 144 | 121 |
| Binary | 11111111 | 11011101 | 10011111 | 0 | 1101 | 100110 | 0 | 100111 | 1100100 | 1010001 |
Color Harmonies of #FFDD9F
Complementary color
Monochromatic Colors of #FFDD9F
Black with #FFDD9F
Text Example
Text Example
White with #FFDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD9F; }
p { color: rgb(255,221,159); }
H1.HeaderClassName
{
color: #FFDD9F;
}
.AnyTagClassName
{
color: #FFDD9F;
}
</style>
background-color css
<style>
a { background-color: #FFDD9F; }
a { background-color: rgb(255,221,159); }
div.DivClassName
{
background-color: #FFDD9F;
}
.BgClassName
{
background-color: #FFDD9F;
}
</style>
border-color css
<style>
span { border-color: #FFDD9F; }
span { border-color: rgb(255,221,159); }
td.TdClassName
{
border-color: #FFDD9F;
}
.TagClassName
{
border-color: #FFDD9F;
}
</style>