Shades of Salomie #FFDD7C
Tints of Salomie #FFDD7C
RGB
CMYK
RGB Variations
Color information
#FFDD7C (or 0xFFDD7C) is known color: Salomie. HEX triplet: FF, DD and 7C. RGB value is (255,221,124). Sum of RGB (Red+Green+Blue) = 255+221+124=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD7C is #002283. Grayscale: #DCDCDC. Windows color (decimal): -8836 or 8183295. OLE color: 8183295.
HSL color Cylindrical-coordinate representation of color #FFDD7C: hue angle of 44.43º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFDD7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 124 | - |
| CMYK | 0 | 0.13 | 0.51 | 0 |
| HSL | 44.43º | 1% | 0.74% | - |
| HSV(B) | 44.43º | 0.51% | 1% | - |
| XYZ | 70.73 | 74.43 | 29.71 | - |
| YUV | 220.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 124 | 0 | 0.13 | 0.51 | 0 | 44.43 | 1 | 0.74 |
| Hex | FF | DD | 7C | 0 | D | 33 | 0 | 2C | 64 | 4A |
| Octal | 377 | 335 | 174 | 0 | 15 | 63 | 0 | 54 | 144 | 112 |
| Binary | 11111111 | 11011101 | 1111100 | 0 | 1101 | 110011 | 0 | 101100 | 1100100 | 1001010 |
Color Harmonies of #FFDD7C
Complementary color
Monochromatic Colors of #FFDD7C
Black with #FFDD7C
Text Example
Text Example
White with #FFDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD7C; }
p { color: rgb(255,221,124); }
H1.HeaderClassName
{
color: #FFDD7C;
}
.AnyTagClassName
{
color: #FFDD7C;
}
</style>
background-color css
<style>
a { background-color: #FFDD7C; }
a { background-color: rgb(255,221,124); }
div.DivClassName
{
background-color: #FFDD7C;
}
.BgClassName
{
background-color: #FFDD7C;
}
</style>
border-color css
<style>
span { border-color: #FFDD7C; }
span { border-color: rgb(255,221,124); }
td.TdClassName
{
border-color: #FFDD7C;
}
.TagClassName
{
border-color: #FFDD7C;
}
</style>