Shades of Salomie #FFDC75
Tints of Salomie #FFDC75
RGB
CMYK
RGB Variations
Color information
#FFDC75 (or 0xFFDC75) is known color: Salomie. HEX triplet: FF, DC and 75. RGB value is (255,220,117). Sum of RGB (Red+Green+Blue) = 255+220+117=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC75 is #00238A. Grayscale: #DBDBDB. Windows color (decimal): -9099 or 7724287. OLE color: 7724287.
HSL color Cylindrical-coordinate representation of color #FFDC75: hue angle of 44.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDC75 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 117 | - |
| CMYK | 0 | 0.14 | 0.54 | 0 |
| HSL | 44.78º | 1% | 0.73% | - |
| HSV(B) | 44.78º | 0.54% | 1% | - |
| XYZ | 70.04 | 73.73 | 27.37 | - |
| YUV | 218.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 117 | 0 | 0.14 | 0.54 | 0 | 44.78 | 1 | 0.73 |
| Hex | FF | DC | 75 | 0 | E | 36 | 0 | 2D | 64 | 49 |
| Octal | 377 | 334 | 165 | 0 | 16 | 66 | 0 | 55 | 144 | 111 |
| Binary | 11111111 | 11011100 | 1110101 | 0 | 1110 | 110110 | 0 | 101101 | 1100100 | 1001001 |
Color Harmonies of #FFDC75
Complementary color
Monochromatic Colors of #FFDC75
Black with #FFDC75
Text Example
Text Example
White with #FFDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC75; }
p { color: rgb(255,220,117); }
H1.HeaderClassName
{
color: #FFDC75;
}
.AnyTagClassName
{
color: #FFDC75;
}
</style>
background-color css
<style>
a { background-color: #FFDC75; }
a { background-color: rgb(255,220,117); }
div.DivClassName
{
background-color: #FFDC75;
}
.BgClassName
{
background-color: #FFDC75;
}
</style>
border-color css
<style>
span { border-color: #FFDC75; }
span { border-color: rgb(255,220,117); }
td.TdClassName
{
border-color: #FFDC75;
}
.TagClassName
{
border-color: #FFDC75;
}
</style>