Shades of Salomie #FFDC7D
Tints of Salomie #FFDC7D
RGB
CMYK
RGB Variations
Color information
#FFDC7D (or 0xFFDC7D) is known color: Salomie. HEX triplet: FF, DC and 7D. RGB value is (255,220,125). Sum of RGB (Red+Green+Blue) = 255+220+125=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC7D is #002382. Grayscale: #DCDCDC. Windows color (decimal): -9091 or 8248575. OLE color: 8248575.
HSL color Cylindrical-coordinate representation of color #FFDC7D: hue angle of 43.85º 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 #FFDC7D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 125 | - |
| CMYK | 0 | 0.14 | 0.51 | 0 |
| HSL | 43.85º | 1% | 0.75% | - |
| HSV(B) | 43.85º | 0.51% | 1% | - |
| XYZ | 70.53 | 73.93 | 29.95 | - |
| YUV | 219.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 125 | 0 | 0.14 | 0.51 | 0 | 43.85 | 1 | 0.75 |
| Hex | FF | DC | 7D | 0 | E | 33 | 0 | 2C | 64 | 4B |
| Octal | 377 | 334 | 175 | 0 | 16 | 63 | 0 | 54 | 144 | 113 |
| Binary | 11111111 | 11011100 | 1111101 | 0 | 1110 | 110011 | 0 | 101100 | 1100100 | 1001011 |
Color Harmonies of #FFDC7D
Complementary color
Monochromatic Colors of #FFDC7D
Black with #FFDC7D
Text Example
Text Example
White with #FFDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC7D; }
p { color: rgb(255,220,125); }
H1.HeaderClassName
{
color: #FFDC7D;
}
.AnyTagClassName
{
color: #FFDC7D;
}
</style>
background-color css
<style>
a { background-color: #FFDC7D; }
a { background-color: rgb(255,220,125); }
div.DivClassName
{
background-color: #FFDC7D;
}
.BgClassName
{
background-color: #FFDC7D;
}
</style>
border-color css
<style>
span { border-color: #FFDC7D; }
span { border-color: rgb(255,220,125); }
td.TdClassName
{
border-color: #FFDC7D;
}
.TagClassName
{
border-color: #FFDC7D;
}
</style>