Shades of Cape Honey #FFDFA5
Tints of Cape Honey #FFDFA5
RGB
CMYK
RGB Variations
Color information
#FFDFA5 (or 0xFFDFA5) is known color: Cape Honey. HEX triplet: FF, DF and A5. RGB value is (255,223,165). Sum of RGB (Red+Green+Blue) = 255+223+165=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA5 is #00205A. Grayscale: #E2E2E2. Windows color (decimal): -8283 or 10870783. OLE color: 10870783.
HSL color Cylindrical-coordinate representation of color #FFDFA5: hue angle of 38.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 #FFDFA5 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 165 | - |
| CMYK | 0 | 0.13 | 0.35 | 0 |
| HSL | 38.67º | 1% | 0.82% | - |
| HSV(B) | 38.67º | 0.35% | 1% | - |
| XYZ | 74.42 | 76.75 | 46.49 | - |
| YUV | 225.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 165 | 0 | 0.13 | 0.35 | 0 | 38.67 | 1 | 0.82 |
| Hex | FF | DF | A5 | 0 | D | 23 | 0 | 27 | 64 | 52 |
| Octal | 377 | 337 | 245 | 0 | 15 | 43 | 0 | 47 | 144 | 122 |
| Binary | 11111111 | 11011111 | 10100101 | 0 | 1101 | 100011 | 0 | 100111 | 1100100 | 1010010 |
Color Harmonies of #FFDFA5
Complementary color
Monochromatic Colors of #FFDFA5
Black with #FFDFA5
Text Example
Text Example
White with #FFDFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFA5; }
p { color: rgb(255,223,165); }
H1.HeaderClassName
{
color: #FFDFA5;
}
.AnyTagClassName
{
color: #FFDFA5;
}
</style>
background-color css
<style>
a { background-color: #FFDFA5; }
a { background-color: rgb(255,223,165); }
div.DivClassName
{
background-color: #FFDFA5;
}
.BgClassName
{
background-color: #FFDFA5;
}
</style>
border-color css
<style>
span { border-color: #FFDFA5; }
span { border-color: rgb(255,223,165); }
td.TdClassName
{
border-color: #FFDFA5;
}
.TagClassName
{
border-color: #FFDFA5;
}
</style>