Shades of Salomie #FFDA80
Tints of Salomie #FFDA80
RGB
CMYK
RGB Variations
Color information
#FFDA80 (or 0xFFDA80) is known color: Salomie. HEX triplet: FF, DA and 80. RGB value is (255,218,128). Sum of RGB (Red+Green+Blue) = 255+218+128=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA80 is #00257F. Grayscale: #DBDBDB. Windows color (decimal): -9600 or 8444671. OLE color: 8444671.
HSL color Cylindrical-coordinate representation of color #FFDA80: hue angle of 42.52º 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 #FFDA80 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 128 | - |
| CMYK | 0 | 0.15 | 0.50 | 0 |
| HSL | 42.52º | 1% | 0.75% | - |
| HSV(B) | 42.52º | 0.5% | 1% | - |
| XYZ | 70.21 | 72.96 | 30.8 | - |
| YUV | 218.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 128 | 0 | 0.15 | 0.50 | 0 | 42.52 | 1 | 0.75 |
| Hex | FF | DA | 80 | 0 | F | 32 | 0 | 2B | 64 | 4B |
| Octal | 377 | 332 | 200 | 0 | 17 | 62 | 0 | 53 | 144 | 113 |
| Binary | 11111111 | 11011010 | 10000000 | 0 | 1111 | 110010 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDA80
Complementary color
Monochromatic Colors of #FFDA80
Black with #FFDA80
Text Example
Text Example
White with #FFDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA80; }
p { color: rgb(255,218,128); }
H1.HeaderClassName
{
color: #FFDA80;
}
.AnyTagClassName
{
color: #FFDA80;
}
</style>
background-color css
<style>
a { background-color: #FFDA80; }
a { background-color: rgb(255,218,128); }
div.DivClassName
{
background-color: #FFDA80;
}
.BgClassName
{
background-color: #FFDA80;
}
</style>
border-color css
<style>
span { border-color: #FFDA80; }
span { border-color: rgb(255,218,128); }
td.TdClassName
{
border-color: #FFDA80;
}
.TagClassName
{
border-color: #FFDA80;
}
</style>