Shades of Salomie #FFDB74
Tints of Salomie #FFDB74
RGB
CMYK
RGB Variations
Color information
#FFDB74 (or 0xFFDB74) is known color: Salomie. HEX triplet: FF, DB and 74. RGB value is (255,219,116). Sum of RGB (Red+Green+Blue) = 255+219+116=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB74 is #00248B. Grayscale: #DADADA. Windows color (decimal): -9356 or 7658495. OLE color: 7658495.
HSL color Cylindrical-coordinate representation of color #FFDB74: hue angle of 44.46º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFDB74 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 116 | - |
| CMYK | 0 | 0.14 | 0.55 | 0 |
| HSL | 44.46º | 1% | 0.73% | - |
| HSV(B) | 44.46º | 0.55% | 1% | - |
| XYZ | 69.72 | 73.18 | 26.97 | - |
| YUV | 218.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 116 | 0 | 0.14 | 0.55 | 0 | 44.46 | 1 | 0.73 |
| Hex | FF | DB | 74 | 0 | E | 37 | 0 | 2C | 64 | 49 |
| Octal | 377 | 333 | 164 | 0 | 16 | 67 | 0 | 54 | 144 | 111 |
| Binary | 11111111 | 11011011 | 1110100 | 0 | 1110 | 110111 | 0 | 101100 | 1100100 | 1001001 |
Color Harmonies of #FFDB74
Complementary color
Monochromatic Colors of #FFDB74
Black with #FFDB74
Text Example
Text Example
White with #FFDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB74; }
p { color: rgb(255,219,116); }
H1.HeaderClassName
{
color: #FFDB74;
}
.AnyTagClassName
{
color: #FFDB74;
}
</style>
background-color css
<style>
a { background-color: #FFDB74; }
a { background-color: rgb(255,219,116); }
div.DivClassName
{
background-color: #FFDB74;
}
.BgClassName
{
background-color: #FFDB74;
}
</style>
border-color css
<style>
span { border-color: #FFDB74; }
span { border-color: rgb(255,219,116); }
td.TdClassName
{
border-color: #FFDB74;
}
.TagClassName
{
border-color: #FFDB74;
}
</style>