Shades of Salomie #FFDB7E
Tints of Salomie #FFDB7E
RGB
CMYK
RGB Variations
Color information
#FFDB7E (or 0xFFDB7E) is known color: Salomie. HEX triplet: FF, DB and 7E. RGB value is (255,219,126). Sum of RGB (Red+Green+Blue) = 255+219+126=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB7E is #002481. Grayscale: #DBDBDB. Windows color (decimal): -9346 or 8313855. OLE color: 8313855.
HSL color Cylindrical-coordinate representation of color #FFDB7E: hue angle of 43.26º 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 #FFDB7E is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 126 | - |
CMYK | 0 | 0.14 | 0.51 | 0 |
HSL | 43.26º | 1% | 0.75% | - |
HSV(B) | 43.26º | 0.51% | 1% | - |
XYZ | 70.34 | 73.43 | 30.2 | - |
YUV | 219.16 | 75.43 | 153.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 126 | 0 | 0.14 | 0.51 | 0 | 43.26 | 1 | 0.75 |
Hex | FF | DB | 7E | 0 | E | 33 | 0 | 2B | 64 | 4B |
Octal | 377 | 333 | 176 | 0 | 16 | 63 | 0 | 53 | 144 | 113 |
Binary | 11111111 | 11011011 | 1111110 | 0 | 1110 | 110011 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDB7E
Complementary color
Monochromatic Colors of #FFDB7E
Black with #FFDB7E
Text Example
Text Example
White with #FFDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB7E; }
p { color: rgb(255,219,126); }
H1.HeaderClassName
{
color: #FFDB7E;
}
.AnyTagClassName
{
color: #FFDB7E;
}
</style>
background-color css
<style>
a { background-color: #FFDB7E; }
a { background-color: rgb(255,219,126); }
div.DivClassName
{
background-color: #FFDB7E;
}
.BgClassName
{
background-color: #FFDB7E;
}
</style>
border-color css
<style>
span { border-color: #FFDB7E; }
span { border-color: rgb(255,219,126); }
td.TdClassName
{
border-color: #FFDB7E;
}
.TagClassName
{
border-color: #FFDB7E;
}
</style>