Shades of Salomie #FFDC7F
Tints of Salomie #FFDC7F
RGB
CMYK
RGB Variations
Color information
#FFDC7F (or 0xFFDC7F) is known color: Salomie. HEX triplet: FF, DC and 7F. RGB value is (255,220,127). Sum of RGB (Red+Green+Blue) = 255+220+127=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC7F is #002380. Grayscale: #DCDCDC. Windows color (decimal): -9089 or 8379647. OLE color: 8379647.
HSL color Cylindrical-coordinate representation of color #FFDC7F: hue angle of 43.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFDC7F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 127 | - |
| CMYK | 0 | 0.14 | 0.50 | 0 |
| HSL | 43.59º | 1% | 0.75% | - |
| HSV(B) | 43.59º | 0.5% | 1% | - |
| XYZ | 70.66 | 73.98 | 30.63 | - |
| YUV | 219.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 127 | 0 | 0.14 | 0.50 | 0 | 43.59 | 1 | 0.75 |
| Hex | FF | DC | 7F | 0 | E | 32 | 0 | 2C | 64 | 4B |
| Octal | 377 | 334 | 177 | 0 | 16 | 62 | 0 | 54 | 144 | 113 |
| Binary | 11111111 | 11011100 | 1111111 | 0 | 1110 | 110010 | 0 | 101100 | 1100100 | 1001011 |
Color Harmonies of #FFDC7F
Complementary color
Monochromatic Colors of #FFDC7F
Black with #FFDC7F
Text Example
Text Example
White with #FFDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC7F; }
p { color: rgb(255,220,127); }
H1.HeaderClassName
{
color: #FFDC7F;
}
.AnyTagClassName
{
color: #FFDC7F;
}
</style>
background-color css
<style>
a { background-color: #FFDC7F; }
a { background-color: rgb(255,220,127); }
div.DivClassName
{
background-color: #FFDC7F;
}
.BgClassName
{
background-color: #FFDC7F;
}
</style>
border-color css
<style>
span { border-color: #FFDC7F; }
span { border-color: rgb(255,220,127); }
td.TdClassName
{
border-color: #FFDC7F;
}
.TagClassName
{
border-color: #FFDC7F;
}
</style>