Shades of Frangipani #FFDC9D
Tints of Frangipani #FFDC9D
RGB
CMYK
RGB Variations
Color information
#FFDC9D (or 0xFFDC9D) is known color: Frangipani. HEX triplet: FF, DC and 9D. RGB value is (255,220,157). Sum of RGB (Red+Green+Blue) = 255+220+157=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC9D is #002362. Grayscale: #DFDFDF. Windows color (decimal): -9059 or 10345727. OLE color: 10345727.
HSL color Cylindrical-coordinate representation of color #FFDC9D: hue angle of 38.57º 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 #FFDC9D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 157 | - |
| CMYK | 0 | 0.14 | 0.38 | 0 |
| HSL | 38.57º | 1% | 0.81% | - |
| HSV(B) | 38.57º | 0.38% | 1% | - |
| XYZ | 72.92 | 74.88 | 42.51 | - |
| YUV | 223.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 157 | 0 | 0.14 | 0.38 | 0 | 38.57 | 1 | 0.81 |
| Hex | FF | DC | 9D | 0 | E | 26 | 0 | 27 | 64 | 51 |
| Octal | 377 | 334 | 235 | 0 | 16 | 46 | 0 | 47 | 144 | 121 |
| Binary | 11111111 | 11011100 | 10011101 | 0 | 1110 | 100110 | 0 | 100111 | 1100100 | 1010001 |
Color Harmonies of #FFDC9D
Complementary color
Monochromatic Colors of #FFDC9D
Black with #FFDC9D
Text Example
Text Example
White with #FFDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC9D; }
p { color: rgb(255,220,157); }
H1.HeaderClassName
{
color: #FFDC9D;
}
.AnyTagClassName
{
color: #FFDC9D;
}
</style>
background-color css
<style>
a { background-color: #FFDC9D; }
a { background-color: rgb(255,220,157); }
div.DivClassName
{
background-color: #FFDC9D;
}
.BgClassName
{
background-color: #FFDC9D;
}
</style>
border-color css
<style>
span { border-color: #FFDC9D; }
span { border-color: rgb(255,220,157); }
td.TdClassName
{
border-color: #FFDC9D;
}
.TagClassName
{
border-color: #FFDC9D;
}
</style>