Shades of Salomie #FFD380
Tints of Salomie #FFD380
RGB
CMYK
RGB Variations
Color information
#FFD380 (or 0xFFD380) is known color: Salomie. HEX triplet: FF, D3 and 80. RGB value is (255,211,128). Sum of RGB (Red+Green+Blue) = 255+211+128=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD380 is #002C7F. Grayscale: #D7D7D7. Windows color (decimal): -11392 or 8442879. OLE color: 8442879.
HSL color Cylindrical-coordinate representation of color #FFD380: hue angle of 39.21º 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 #FFD380 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 128 | - |
| CMYK | 0 | 0.17 | 0.50 | 0 |
| HSL | 39.21º | 1% | 0.75% | - |
| HSV(B) | 39.21º | 0.5% | 1% | - |
| XYZ | 68.43 | 69.41 | 30.21 | - |
| YUV | 214.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 128 | 0 | 0.17 | 0.50 | 0 | 39.21 | 1 | 0.75 |
| Hex | FF | D3 | 80 | 0 | 11 | 32 | 0 | 27 | 64 | 4B |
| Octal | 377 | 323 | 200 | 0 | 21 | 62 | 0 | 47 | 144 | 113 |
| Binary | 11111111 | 11010011 | 10000000 | 0 | 10001 | 110010 | 0 | 100111 | 1100100 | 1001011 |
Color Harmonies of #FFD380
Complementary color
Monochromatic Colors of #FFD380
Black with #FFD380
Text Example
Text Example
White with #FFD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD380; }
p { color: rgb(255,211,128); }
H1.HeaderClassName
{
color: #FFD380;
}
.AnyTagClassName
{
color: #FFD380;
}
</style>
background-color css
<style>
a { background-color: #FFD380; }
a { background-color: rgb(255,211,128); }
div.DivClassName
{
background-color: #FFD380;
}
.BgClassName
{
background-color: #FFD380;
}
</style>
border-color css
<style>
span { border-color: #FFD380; }
span { border-color: rgb(255,211,128); }
td.TdClassName
{
border-color: #FFD380;
}
.TagClassName
{
border-color: #FFD380;
}
</style>