Shades of Cape Honey #FFDCA2
Tints of Cape Honey #FFDCA2
RGB
CMYK
RGB Variations
Color information
#FFDCA2 (or 0xFFDCA2) is known color: Cape Honey. HEX triplet: FF, DC and A2. RGB value is (255,220,162). Sum of RGB (Red+Green+Blue) = 255+220+162=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA2 is #00235D. Grayscale: #E0E0E0. Windows color (decimal): -9054 or 10673407. OLE color: 10673407.
HSL color Cylindrical-coordinate representation of color #FFDCA2: hue angle of 37.42º 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 #FFDCA2 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 162 | - |
| CMYK | 0 | 0.14 | 0.36 | 0 |
| HSL | 37.42º | 1% | 0.82% | - |
| HSV(B) | 37.42º | 0.36% | 1% | - |
| XYZ | 73.35 | 75.06 | 44.8 | - |
| YUV | 223.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 162 | 0 | 0.14 | 0.36 | 0 | 37.42 | 1 | 0.82 |
| Hex | FF | DC | A2 | 0 | E | 24 | 0 | 25 | 64 | 52 |
| Octal | 377 | 334 | 242 | 0 | 16 | 44 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011100 | 10100010 | 0 | 1110 | 100100 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDCA2
Complementary color
Monochromatic Colors of #FFDCA2
Black with #FFDCA2
Text Example
Text Example
White with #FFDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCA2; }
p { color: rgb(255,220,162); }
H1.HeaderClassName
{
color: #FFDCA2;
}
.AnyTagClassName
{
color: #FFDCA2;
}
</style>
background-color css
<style>
a { background-color: #FFDCA2; }
a { background-color: rgb(255,220,162); }
div.DivClassName
{
background-color: #FFDCA2;
}
.BgClassName
{
background-color: #FFDCA2;
}
</style>
border-color css
<style>
span { border-color: #FFDCA2; }
span { border-color: rgb(255,220,162); }
td.TdClassName
{
border-color: #FFDCA2;
}
.TagClassName
{
border-color: #FFDCA2;
}
</style>