Shades of Cape Honey #FFDCA4
Tints of Cape Honey #FFDCA4
RGB
CMYK
RGB Variations
Color information
#FFDCA4 (or 0xFFDCA4) is known color: Cape Honey. HEX triplet: FF, DC and A4. RGB value is (255,220,164). Sum of RGB (Red+Green+Blue) = 255+220+164=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA4 is #00235B. Grayscale: #E0E0E0. Windows color (decimal): -9052 or 10804479. OLE color: 10804479.
HSL color Cylindrical-coordinate representation of color #FFDCA4: hue angle of 36.92º 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 #FFDCA4 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 164 | - |
| CMYK | 0 | 0.14 | 0.36 | 0 |
| HSL | 36.92º | 1% | 0.82% | - |
| HSV(B) | 36.92º | 0.36% | 1% | - |
| XYZ | 73.53 | 75.13 | 45.75 | - |
| YUV | 224.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 164 | 0 | 0.14 | 0.36 | 0 | 36.92 | 1 | 0.82 |
| Hex | FF | DC | A4 | 0 | E | 24 | 0 | 25 | 64 | 52 |
| Octal | 377 | 334 | 244 | 0 | 16 | 44 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011100 | 10100100 | 0 | 1110 | 100100 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDCA4
Complementary color
Monochromatic Colors of #FFDCA4
Black with #FFDCA4
Text Example
Text Example
White with #FFDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCA4; }
p { color: rgb(255,220,164); }
H1.HeaderClassName
{
color: #FFDCA4;
}
.AnyTagClassName
{
color: #FFDCA4;
}
</style>
background-color css
<style>
a { background-color: #FFDCA4; }
a { background-color: rgb(255,220,164); }
div.DivClassName
{
background-color: #FFDCA4;
}
.BgClassName
{
background-color: #FFDCA4;
}
</style>
border-color css
<style>
span { border-color: #FFDCA4; }
span { border-color: rgb(255,220,164); }
td.TdClassName
{
border-color: #FFDCA4;
}
.TagClassName
{
border-color: #FFDCA4;
}
</style>