Shades of Cape Honey #FFDCA3
Tints of Cape Honey #FFDCA3
RGB
CMYK
RGB Variations
Color information
#FFDCA3 (or 0xFFDCA3) is known color: Cape Honey. HEX triplet: FF, DC and A3. RGB value is (255,220,163). Sum of RGB (Red+Green+Blue) = 255+220+163=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA3 is #00235C. Grayscale: #E0E0E0. Windows color (decimal): -9053 or 10738943. OLE color: 10738943.
HSL color Cylindrical-coordinate representation of color #FFDCA3: hue angle of 37.17º 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 #FFDCA3 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 163 | - |
| CMYK | 0 | 0.14 | 0.36 | 0 |
| HSL | 37.17º | 1% | 0.82% | - |
| HSV(B) | 37.17º | 0.36% | 1% | - |
| XYZ | 73.44 | 75.09 | 45.27 | - |
| YUV | 223.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 163 | 0 | 0.14 | 0.36 | 0 | 37.17 | 1 | 0.82 |
| Hex | FF | DC | A3 | 0 | E | 24 | 0 | 25 | 64 | 52 |
| Octal | 377 | 334 | 243 | 0 | 16 | 44 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011100 | 10100011 | 0 | 1110 | 100100 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDCA3
Complementary color
Monochromatic Colors of #FFDCA3
Black with #FFDCA3
Text Example
Text Example
White with #FFDCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCA3; }
p { color: rgb(255,220,163); }
H1.HeaderClassName
{
color: #FFDCA3;
}
.AnyTagClassName
{
color: #FFDCA3;
}
</style>
background-color css
<style>
a { background-color: #FFDCA3; }
a { background-color: rgb(255,220,163); }
div.DivClassName
{
background-color: #FFDCA3;
}
.BgClassName
{
background-color: #FFDCA3;
}
</style>
border-color css
<style>
span { border-color: #FFDCA3; }
span { border-color: rgb(255,220,163); }
td.TdClassName
{
border-color: #FFDCA3;
}
.TagClassName
{
border-color: #FFDCA3;
}
</style>