Shades of Peach-Orange #FFD09D
Tints of Peach-Orange #FFD09D
RGB
CMYK
RGB Variations
Color information
#FFD09D (or 0xFFD09D) is known color: Peach-Orange. HEX triplet: FF, D0 and 9D. RGB value is (255,208,157). Sum of RGB (Red+Green+Blue) = 255+208+157=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD09D is #002F62. Grayscale: #D8D8D8. Windows color (decimal): -12131 or 10342655. OLE color: 10342655.
HSL color Cylindrical-coordinate representation of color #FFD09D: hue angle of 31.22º 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 #FFD09D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 157 | - |
| CMYK | 0 | 0.18 | 0.38 | 0 |
| HSL | 31.22º | 1% | 0.81% | - |
| HSV(B) | 31.22º | 0.38% | 1% | - |
| XYZ | 69.88 | 68.81 | 41.5 | - |
| YUV | 216.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 157 | 0 | 0.18 | 0.38 | 0 | 31.22 | 1 | 0.81 |
| Hex | FF | D0 | 9D | 0 | 12 | 26 | 0 | 1F | 64 | 51 |
| Octal | 377 | 320 | 235 | 0 | 22 | 46 | 0 | 37 | 144 | 121 |
| Binary | 11111111 | 11010000 | 10011101 | 0 | 10010 | 100110 | 0 | 11111 | 1100100 | 1010001 |
Color Harmonies of #FFD09D
Complementary color
Monochromatic Colors of #FFD09D
Black with #FFD09D
Text Example
Text Example
White with #FFD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD09D; }
p { color: rgb(255,208,157); }
H1.HeaderClassName
{
color: #FFD09D;
}
.AnyTagClassName
{
color: #FFD09D;
}
</style>
background-color css
<style>
a { background-color: #FFD09D; }
a { background-color: rgb(255,208,157); }
div.DivClassName
{
background-color: #FFD09D;
}
.BgClassName
{
background-color: #FFD09D;
}
</style>
border-color css
<style>
span { border-color: #FFD09D; }
span { border-color: rgb(255,208,157); }
td.TdClassName
{
border-color: #FFD09D;
}
.TagClassName
{
border-color: #FFD09D;
}
</style>