Shades of Cape Honey #FFDDA2
Tints of Cape Honey #FFDDA2
RGB
CMYK
RGB Variations
Color information
#FFDDA2 (or 0xFFDDA2) is known color: Cape Honey. HEX triplet: FF, DD and A2. RGB value is (255,221,162). Sum of RGB (Red+Green+Blue) = 255+221+162=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA2 is #00225D. Grayscale: #E0E0E0. Windows color (decimal): -8798 or 10673663. OLE color: 10673663.
HSL color Cylindrical-coordinate representation of color #FFDDA2: hue angle of 38.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFDDA2 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 162 | - |
| CMYK | 0 | 0.13 | 0.36 | 0 |
| HSL | 38.06º | 1% | 0.82% | - |
| HSV(B) | 38.06º | 0.36% | 1% | - |
| XYZ | 73.62 | 75.58 | 44.89 | - |
| YUV | 224.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 162 | 0 | 0.13 | 0.36 | 0 | 38.06 | 1 | 0.82 |
| Hex | FF | DD | A2 | 0 | D | 24 | 0 | 26 | 64 | 52 |
| Octal | 377 | 335 | 242 | 0 | 15 | 44 | 0 | 46 | 144 | 122 |
| Binary | 11111111 | 11011101 | 10100010 | 0 | 1101 | 100100 | 0 | 100110 | 1100100 | 1010010 |
Color Harmonies of #FFDDA2
Complementary color
Monochromatic Colors of #FFDDA2
Black with #FFDDA2
Text Example
Text Example
White with #FFDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDA2; }
p { color: rgb(255,221,162); }
H1.HeaderClassName
{
color: #FFDDA2;
}
.AnyTagClassName
{
color: #FFDDA2;
}
</style>
background-color css
<style>
a { background-color: #FFDDA2; }
a { background-color: rgb(255,221,162); }
div.DivClassName
{
background-color: #FFDDA2;
}
.BgClassName
{
background-color: #FFDDA2;
}
</style>
border-color css
<style>
span { border-color: #FFDDA2; }
span { border-color: rgb(255,221,162); }
td.TdClassName
{
border-color: #FFDDA2;
}
.TagClassName
{
border-color: #FFDDA2;
}
</style>