Shades of Salomie #FFDB80
Tints of Salomie #FFDB80
RGB
CMYK
RGB Variations
Color information
#FFDB80 (or 0xFFDB80) is known color: Salomie. HEX triplet: FF, DB and 80. RGB value is (255,219,128). Sum of RGB (Red+Green+Blue) = 255+219+128=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB80 is #00247F. Grayscale: #DBDBDB. Windows color (decimal): -9344 or 8444927. OLE color: 8444927.
HSL color Cylindrical-coordinate representation of color #FFDB80: hue angle of 42.99º 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 #FFDB80 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 128 | - |
| CMYK | 0 | 0.14 | 0.50 | 0 |
| HSL | 42.99º | 1% | 0.75% | - |
| HSV(B) | 42.99º | 0.5% | 1% | - |
| XYZ | 70.47 | 73.48 | 30.89 | - |
| YUV | 219.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 128 | 0 | 0.14 | 0.50 | 0 | 42.99 | 1 | 0.75 |
| Hex | FF | DB | 80 | 0 | E | 32 | 0 | 2B | 64 | 4B |
| Octal | 377 | 333 | 200 | 0 | 16 | 62 | 0 | 53 | 144 | 113 |
| Binary | 11111111 | 11011011 | 10000000 | 0 | 1110 | 110010 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDB80
Complementary color
Monochromatic Colors of #FFDB80
Black with #FFDB80
Text Example
Text Example
White with #FFDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB80; }
p { color: rgb(255,219,128); }
H1.HeaderClassName
{
color: #FFDB80;
}
.AnyTagClassName
{
color: #FFDB80;
}
</style>
background-color css
<style>
a { background-color: #FFDB80; }
a { background-color: rgb(255,219,128); }
div.DivClassName
{
background-color: #FFDB80;
}
.BgClassName
{
background-color: #FFDB80;
}
</style>
border-color css
<style>
span { border-color: #FFDB80; }
span { border-color: rgb(255,219,128); }
td.TdClassName
{
border-color: #FFDB80;
}
.TagClassName
{
border-color: #FFDB80;
}
</style>