Shades of Frangipani #FFDC9F
Tints of Frangipani #FFDC9F
RGB
CMYK
RGB Variations
Color information
#FFDC9F (or 0xFFDC9F) is known color: Frangipani. HEX triplet: FF, DC and 9F. RGB value is (255,220,159). Sum of RGB (Red+Green+Blue) = 255+220+159=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 159 (62.5% from 255 or 25.08% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC9F is #002360. Grayscale: #DFDFDF. Windows color (decimal): -9057 or 10476799. OLE color: 10476799.
HSL color Cylindrical-coordinate representation of color #FFDC9F: hue angle of 38.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFDC9F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 159 | - |
| CMYK | 0 | 0.14 | 0.38 | 0 |
| HSL | 38.13º | 1% | 0.81% | - |
| HSV(B) | 38.13º | 0.38% | 1% | - |
| XYZ | 73.09 | 74.95 | 43.42 | - |
| YUV | 223.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 159 | 0 | 0.14 | 0.38 | 0 | 38.13 | 1 | 0.81 |
| Hex | FF | DC | 9F | 0 | E | 26 | 0 | 26 | 64 | 51 |
| Octal | 377 | 334 | 237 | 0 | 16 | 46 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011100 | 10011111 | 0 | 1110 | 100110 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDC9F
Complementary color
Monochromatic Colors of #FFDC9F
Black with #FFDC9F
Text Example
Text Example
White with #FFDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC9F; }
p { color: rgb(255,220,159); }
H1.HeaderClassName
{
color: #FFDC9F;
}
.AnyTagClassName
{
color: #FFDC9F;
}
</style>
background-color css
<style>
a { background-color: #FFDC9F; }
a { background-color: rgb(255,220,159); }
div.DivClassName
{
background-color: #FFDC9F;
}
.BgClassName
{
background-color: #FFDC9F;
}
</style>
border-color css
<style>
span { border-color: #FFDC9F; }
span { border-color: rgb(255,220,159); }
td.TdClassName
{
border-color: #FFDC9F;
}
.TagClassName
{
border-color: #FFDC9F;
}
</style>