Shades of Salomie #FFDB7F
Tints of Salomie #FFDB7F
RGB
CMYK
RGB Variations
Color information
#FFDB7F (or 0xFFDB7F) is known color: Salomie. HEX triplet: FF, DB and 7F. RGB value is (255,219,127). Sum of RGB (Red+Green+Blue) = 255+219+127=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB7F is #002480. Grayscale: #DBDBDB. Windows color (decimal): -9345 or 8379391. OLE color: 8379391.
HSL color Cylindrical-coordinate representation of color #FFDB7F: hue angle of 43.12º 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 #FFDB7F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 127 | - |
| CMYK | 0 | 0.14 | 0.50 | 0 |
| HSL | 43.13º | 1% | 0.75% | - |
| HSV(B) | 43.13º | 0.5% | 1% | - |
| XYZ | 70.4 | 73.46 | 30.55 | - |
| YUV | 219.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 127 | 0 | 0.14 | 0.50 | 0 | 43.13 | 1 | 0.75 |
| Hex | FF | DB | 7F | 0 | E | 32 | 0 | 2B | 64 | 4B |
| Octal | 377 | 333 | 177 | 0 | 16 | 62 | 0 | 53 | 144 | 113 |
| Binary | 11111111 | 11011011 | 1111111 | 0 | 1110 | 110010 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDB7F
Complementary color
Monochromatic Colors of #FFDB7F
Black with #FFDB7F
Text Example
Text Example
White with #FFDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB7F; }
p { color: rgb(255,219,127); }
H1.HeaderClassName
{
color: #FFDB7F;
}
.AnyTagClassName
{
color: #FFDB7F;
}
</style>
background-color css
<style>
a { background-color: #FFDB7F; }
a { background-color: rgb(255,219,127); }
div.DivClassName
{
background-color: #FFDB7F;
}
.BgClassName
{
background-color: #FFDB7F;
}
</style>
border-color css
<style>
span { border-color: #FFDB7F; }
span { border-color: rgb(255,219,127); }
td.TdClassName
{
border-color: #FFDB7F;
}
.TagClassName
{
border-color: #FFDB7F;
}
</style>