Shades of Salomie #FFDB7D
Tints of Salomie #FFDB7D
RGB
CMYK
RGB Variations
Color information
#FFDB7D (or 0xFFDB7D) is known color: Salomie. HEX triplet: FF, DB and 7D. RGB value is (255,219,125). Sum of RGB (Red+Green+Blue) = 255+219+125=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB7D is #002482. Grayscale: #DBDBDB. Windows color (decimal): -9347 or 8248319. OLE color: 8248319.
HSL color Cylindrical-coordinate representation of color #FFDB7D: hue angle of 43.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFDB7D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 125 | - |
| CMYK | 0 | 0.14 | 0.51 | 0 |
| HSL | 43.38º | 1% | 0.75% | - |
| HSV(B) | 43.38º | 0.51% | 1% | - |
| XYZ | 70.27 | 73.4 | 29.87 | - |
| YUV | 219.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 125 | 0 | 0.14 | 0.51 | 0 | 43.38 | 1 | 0.75 |
| Hex | FF | DB | 7D | 0 | E | 33 | 0 | 2B | 64 | 4B |
| Octal | 377 | 333 | 175 | 0 | 16 | 63 | 0 | 53 | 144 | 113 |
| Binary | 11111111 | 11011011 | 1111101 | 0 | 1110 | 110011 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDB7D
Complementary color
Monochromatic Colors of #FFDB7D
Black with #FFDB7D
Text Example
Text Example
White with #FFDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB7D; }
p { color: rgb(255,219,125); }
H1.HeaderClassName
{
color: #FFDB7D;
}
.AnyTagClassName
{
color: #FFDB7D;
}
</style>
background-color css
<style>
a { background-color: #FFDB7D; }
a { background-color: rgb(255,219,125); }
div.DivClassName
{
background-color: #FFDB7D;
}
.BgClassName
{
background-color: #FFDB7D;
}
</style>
border-color css
<style>
span { border-color: #FFDB7D; }
span { border-color: rgb(255,219,125); }
td.TdClassName
{
border-color: #FFDB7D;
}
.TagClassName
{
border-color: #FFDB7D;
}
</style>