Shades of Cape Honey #FFDDA5
Tints of Cape Honey #FFDDA5
RGB
CMYK
RGB Variations
Color information
#FFDDA5 (or 0xFFDDA5) is known color: Cape Honey. HEX triplet: FF, DD and A5. RGB value is (255,221,165). Sum of RGB (Red+Green+Blue) = 255+221+165=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 165 (64.84% from 255 or 25.74% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA5 is #00225A. Grayscale: #E1E1E1. Windows color (decimal): -8795 or 10870271. OLE color: 10870271.
HSL color Cylindrical-coordinate representation of color #FFDDA5: hue angle of 37.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDDA5 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 165 | - |
| CMYK | 0 | 0.13 | 0.35 | 0 |
| HSL | 37.33º | 1% | 0.82% | - |
| HSV(B) | 37.33º | 0.35% | 1% | - |
| XYZ | 73.89 | 75.69 | 46.31 | - |
| YUV | 224.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 165 | 0 | 0.13 | 0.35 | 0 | 37.33 | 1 | 0.82 |
| Hex | FF | DD | A5 | 0 | D | 23 | 0 | 25 | 64 | 52 |
| Octal | 377 | 335 | 245 | 0 | 15 | 43 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011101 | 10100101 | 0 | 1101 | 100011 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDDA5
Complementary color
Monochromatic Colors of #FFDDA5
Black with #FFDDA5
Text Example
Text Example
White with #FFDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDA5; }
p { color: rgb(255,221,165); }
H1.HeaderClassName
{
color: #FFDDA5;
}
.AnyTagClassName
{
color: #FFDDA5;
}
</style>
background-color css
<style>
a { background-color: #FFDDA5; }
a { background-color: rgb(255,221,165); }
div.DivClassName
{
background-color: #FFDDA5;
}
.BgClassName
{
background-color: #FFDDA5;
}
</style>
border-color css
<style>
span { border-color: #FFDDA5; }
span { border-color: rgb(255,221,165); }
td.TdClassName
{
border-color: #FFDDA5;
}
.TagClassName
{
border-color: #FFDDA5;
}
</style>