Shades of Salomie #FFDB76
Tints of Salomie #FFDB76
RGB
CMYK
RGB Variations
Color information
#FFDB76 (or 0xFFDB76) is known color: Salomie. HEX triplet: FF, DB and 76. RGB value is (255,219,118). Sum of RGB (Red+Green+Blue) = 255+219+118=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB76 is #002489. Grayscale: #DADADA. Windows color (decimal): -9354 or 7789567. OLE color: 7789567.
HSL color Cylindrical-coordinate representation of color #FFDB76: hue angle of 44.23º 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 #FFDB76 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 118 | - |
| CMYK | 0 | 0.14 | 0.54 | 0 |
| HSL | 44.23º | 1% | 0.73% | - |
| HSV(B) | 44.23º | 0.54% | 1% | - |
| XYZ | 69.84 | 73.23 | 27.59 | - |
| YUV | 218.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 118 | 0 | 0.14 | 0.54 | 0 | 44.23 | 1 | 0.73 |
| Hex | FF | DB | 76 | 0 | E | 36 | 0 | 2C | 64 | 49 |
| Octal | 377 | 333 | 166 | 0 | 16 | 66 | 0 | 54 | 144 | 111 |
| Binary | 11111111 | 11011011 | 1110110 | 0 | 1110 | 110110 | 0 | 101100 | 1100100 | 1001001 |
Color Harmonies of #FFDB76
Complementary color
Monochromatic Colors of #FFDB76
Black with #FFDB76
Text Example
Text Example
White with #FFDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB76; }
p { color: rgb(255,219,118); }
H1.HeaderClassName
{
color: #FFDB76;
}
.AnyTagClassName
{
color: #FFDB76;
}
</style>
background-color css
<style>
a { background-color: #FFDB76; }
a { background-color: rgb(255,219,118); }
div.DivClassName
{
background-color: #FFDB76;
}
.BgClassName
{
background-color: #FFDB76;
}
</style>
border-color css
<style>
span { border-color: #FFDB76; }
span { border-color: rgb(255,219,118); }
td.TdClassName
{
border-color: #FFDB76;
}
.TagClassName
{
border-color: #FFDB76;
}
</style>