Shades of Cape Honey #FFDCA5
Tints of Cape Honey #FFDCA5
RGB
CMYK
RGB Variations
Color information
#FFDCA5 (or 0xFFDCA5) is known color: Cape Honey. HEX triplet: FF, DC and A5. RGB value is (255,220,165). Sum of RGB (Red+Green+Blue) = 255+220+165=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA5 is #00235A. Grayscale: #E0E0E0. Windows color (decimal): -9051 or 10870015. OLE color: 10870015.
HSL color Cylindrical-coordinate representation of color #FFDCA5: hue angle of 36.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDCA5 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 165 | - |
| CMYK | 0 | 0.14 | 0.35 | 0 |
| HSL | 36.67º | 1% | 0.82% | - |
| HSV(B) | 36.67º | 0.35% | 1% | - |
| XYZ | 73.62 | 75.16 | 46.22 | - |
| YUV | 224.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 165 | 0 | 0.14 | 0.35 | 0 | 36.67 | 1 | 0.82 |
| Hex | FF | DC | A5 | 0 | E | 23 | 0 | 25 | 64 | 52 |
| Octal | 377 | 334 | 245 | 0 | 16 | 43 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011100 | 10100101 | 0 | 1110 | 100011 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDCA5
Complementary color
Monochromatic Colors of #FFDCA5
Black with #FFDCA5
Text Example
Text Example
White with #FFDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCA5; }
p { color: rgb(255,220,165); }
H1.HeaderClassName
{
color: #FFDCA5;
}
.AnyTagClassName
{
color: #FFDCA5;
}
</style>
background-color css
<style>
a { background-color: #FFDCA5; }
a { background-color: rgb(255,220,165); }
div.DivClassName
{
background-color: #FFDCA5;
}
.BgClassName
{
background-color: #FFDCA5;
}
</style>
border-color css
<style>
span { border-color: #FFDCA5; }
span { border-color: rgb(255,220,165); }
td.TdClassName
{
border-color: #FFDCA5;
}
.TagClassName
{
border-color: #FFDCA5;
}
</style>