Shades of Salomie #FFDB77
Tints of Salomie #FFDB77
RGB
CMYK
RGB Variations
Color information
#FFDB77 (or 0xFFDB77) is known color: Salomie. HEX triplet: FF, DB and 77. RGB value is (255,219,119). Sum of RGB (Red+Green+Blue) = 255+219+119=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB77 is #002488. Grayscale: #DADADA. Windows color (decimal): -9353 or 7855103. OLE color: 7855103.
HSL color Cylindrical-coordinate representation of color #FFDB77: hue angle of 44.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFDB77 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 119 | - |
| CMYK | 0 | 0.14 | 0.53 | 0 |
| HSL | 44.12º | 1% | 0.73% | - |
| HSV(B) | 44.12º | 0.53% | 1% | - |
| XYZ | 69.9 | 73.25 | 27.91 | - |
| YUV | 218.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 119 | 0 | 0.14 | 0.53 | 0 | 44.12 | 1 | 0.73 |
| Hex | FF | DB | 77 | 0 | E | 35 | 0 | 2C | 64 | 49 |
| Octal | 377 | 333 | 167 | 0 | 16 | 65 | 0 | 54 | 144 | 111 |
| Binary | 11111111 | 11011011 | 1110111 | 0 | 1110 | 110101 | 0 | 101100 | 1100100 | 1001001 |
Color Harmonies of #FFDB77
Complementary color
Monochromatic Colors of #FFDB77
Black with #FFDB77
Text Example
Text Example
White with #FFDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB77; }
p { color: rgb(255,219,119); }
H1.HeaderClassName
{
color: #FFDB77;
}
.AnyTagClassName
{
color: #FFDB77;
}
</style>
background-color css
<style>
a { background-color: #FFDB77; }
a { background-color: rgb(255,219,119); }
div.DivClassName
{
background-color: #FFDB77;
}
.BgClassName
{
background-color: #FFDB77;
}
</style>
border-color css
<style>
span { border-color: #FFDB77; }
span { border-color: rgb(255,219,119); }
td.TdClassName
{
border-color: #FFDB77;
}
.TagClassName
{
border-color: #FFDB77;
}
</style>