Shades of Salomie #FFDD7D
Tints of Salomie #FFDD7D
RGB
CMYK
RGB Variations
Color information
#FFDD7D (or 0xFFDD7D) is known color: Salomie. HEX triplet: FF, DD and 7D. RGB value is (255,221,125). Sum of RGB (Red+Green+Blue) = 255+221+125=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD7D is #002282. Grayscale: #DCDCDC. Windows color (decimal): -8835 or 8248831. OLE color: 8248831.
HSL color Cylindrical-coordinate representation of color #FFDD7D: hue angle of 44.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFDD7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0 |
| HSL | 44.31º | 1% | 0.75% | - |
| HSV(B) | 44.31º | 0.51% | 1% | - |
| XYZ | 70.8 | 74.45 | 30.04 | - |
| YUV | 220.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 125 | 0 | 0.13 | 0.51 | 0 | 44.31 | 1 | 0.75 |
| Hex | FF | DD | 7D | 0 | D | 33 | 0 | 2C | 64 | 4B |
| Octal | 377 | 335 | 175 | 0 | 15 | 63 | 0 | 54 | 144 | 113 |
| Binary | 11111111 | 11011101 | 1111101 | 0 | 1101 | 110011 | 0 | 101100 | 1100100 | 1001011 |
Color Harmonies of #FFDD7D
Complementary color
Monochromatic Colors of #FFDD7D
Black with #FFDD7D
Text Example
Text Example
White with #FFDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD7D; }
p { color: rgb(255,221,125); }
H1.HeaderClassName
{
color: #FFDD7D;
}
.AnyTagClassName
{
color: #FFDD7D;
}
</style>
background-color css
<style>
a { background-color: #FFDD7D; }
a { background-color: rgb(255,221,125); }
div.DivClassName
{
background-color: #FFDD7D;
}
.BgClassName
{
background-color: #FFDD7D;
}
</style>
border-color css
<style>
span { border-color: #FFDD7D; }
span { border-color: rgb(255,221,125); }
td.TdClassName
{
border-color: #FFDD7D;
}
.TagClassName
{
border-color: #FFDD7D;
}
</style>