Shades of Cape Honey #FFDCA1
Tints of Cape Honey #FFDCA1
RGB
CMYK
RGB Variations
Color information
#FFDCA1 (or 0xFFDCA1) is known color: Cape Honey. HEX triplet: FF, DC and A1. RGB value is (255,220,161). Sum of RGB (Red+Green+Blue) = 255+220+161=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA1 is #00235E. Grayscale: #E0E0E0. Windows color (decimal): -9055 or 10607871. OLE color: 10607871.
HSL color Cylindrical-coordinate representation of color #FFDCA1: hue angle of 37.66º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFDCA1 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 161 | - |
| CMYK | 0 | 0.14 | 0.37 | 0 |
| HSL | 37.66º | 1% | 0.82% | - |
| HSV(B) | 37.66º | 0.37% | 1% | - |
| XYZ | 73.27 | 75.02 | 44.34 | - |
| YUV | 223.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 161 | 0 | 0.14 | 0.37 | 0 | 37.66 | 1 | 0.82 |
| Hex | FF | DC | A1 | 0 | E | 25 | 0 | 26 | 64 | 52 |
| Octal | 377 | 334 | 241 | 0 | 16 | 45 | 0 | 46 | 144 | 122 |
| Binary | 11111111 | 11011100 | 10100001 | 0 | 1110 | 100101 | 0 | 100110 | 1100100 | 1010010 |
Color Harmonies of #FFDCA1
Complementary color
Monochromatic Colors of #FFDCA1
Black with #FFDCA1
Text Example
Text Example
White with #FFDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCA1; }
p { color: rgb(255,220,161); }
H1.HeaderClassName
{
color: #FFDCA1;
}
.AnyTagClassName
{
color: #FFDCA1;
}
</style>
background-color css
<style>
a { background-color: #FFDCA1; }
a { background-color: rgb(255,220,161); }
div.DivClassName
{
background-color: #FFDCA1;
}
.BgClassName
{
background-color: #FFDCA1;
}
</style>
border-color css
<style>
span { border-color: #FFDCA1; }
span { border-color: rgb(255,220,161); }
td.TdClassName
{
border-color: #FFDCA1;
}
.TagClassName
{
border-color: #FFDCA1;
}
</style>