Shades of Salomie #FFDB75
Tints of Salomie #FFDB75
RGB
CMYK
RGB Variations
Color information
#FFDB75 (or 0xFFDB75) is known color: Salomie. HEX triplet: FF, DB and 75. RGB value is (255,219,117). Sum of RGB (Red+Green+Blue) = 255+219+117=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 117 (46.09% from 255 or 19.80% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB75 is #00248A. Grayscale: #DADADA. Windows color (decimal): -9355 or 7724031. OLE color: 7724031.
HSL color Cylindrical-coordinate representation of color #FFDB75: hue angle of 44.35º 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 #FFDB75 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 117 | - |
| CMYK | 0 | 0.14 | 0.54 | 0 |
| HSL | 44.35º | 1% | 0.73% | - |
| HSV(B) | 44.35º | 0.54% | 1% | - |
| XYZ | 69.78 | 73.21 | 27.28 | - |
| YUV | 218.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 117 | 0 | 0.14 | 0.54 | 0 | 44.35 | 1 | 0.73 |
| Hex | FF | DB | 75 | 0 | E | 36 | 0 | 2C | 64 | 49 |
| Octal | 377 | 333 | 165 | 0 | 16 | 66 | 0 | 54 | 144 | 111 |
| Binary | 11111111 | 11011011 | 1110101 | 0 | 1110 | 110110 | 0 | 101100 | 1100100 | 1001001 |
Color Harmonies of #FFDB75
Complementary color
Monochromatic Colors of #FFDB75
Black with #FFDB75
Text Example
Text Example
White with #FFDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB75; }
p { color: rgb(255,219,117); }
H1.HeaderClassName
{
color: #FFDB75;
}
.AnyTagClassName
{
color: #FFDB75;
}
</style>
background-color css
<style>
a { background-color: #FFDB75; }
a { background-color: rgb(255,219,117); }
div.DivClassName
{
background-color: #FFDB75;
}
.BgClassName
{
background-color: #FFDB75;
}
</style>
border-color css
<style>
span { border-color: #FFDB75; }
span { border-color: rgb(255,219,117); }
td.TdClassName
{
border-color: #FFDB75;
}
.TagClassName
{
border-color: #FFDB75;
}
</style>