Shades of Salomie #FFD381
Tints of Salomie #FFD381
RGB
CMYK
RGB Variations
Color information
#FFD381 (or 0xFFD381) is known color: Salomie. HEX triplet: FF, D3 and 81. RGB value is (255,211,129). Sum of RGB (Red+Green+Blue) = 255+211+129=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD381 is #002C7E. Grayscale: #D7D7D7. Windows color (decimal): -11391 or 8508415. OLE color: 8508415.
HSL color Cylindrical-coordinate representation of color #FFD381: hue angle of 39.05º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD381 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 129 | - |
| CMYK | 0 | 0.17 | 0.49 | 0 |
| HSL | 39.05º | 1% | 0.75% | - |
| HSV(B) | 39.05º | 0.49% | 1% | - |
| XYZ | 68.5 | 69.43 | 30.56 | - |
| YUV | 214.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 129 | 0 | 0.17 | 0.49 | 0 | 39.05 | 1 | 0.75 |
| Hex | FF | D3 | 81 | 0 | 11 | 31 | 0 | 27 | 64 | 4B |
| Octal | 377 | 323 | 201 | 0 | 21 | 61 | 0 | 47 | 144 | 113 |
| Binary | 11111111 | 11010011 | 10000001 | 0 | 10001 | 110001 | 0 | 100111 | 1100100 | 1001011 |
Color Harmonies of #FFD381
Complementary color
Monochromatic Colors of #FFD381
Black with #FFD381
Text Example
Text Example
White with #FFD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD381; }
p { color: rgb(255,211,129); }
H1.HeaderClassName
{
color: #FFD381;
}
.AnyTagClassName
{
color: #FFD381;
}
</style>
background-color css
<style>
a { background-color: #FFD381; }
a { background-color: rgb(255,211,129); }
div.DivClassName
{
background-color: #FFD381;
}
.BgClassName
{
background-color: #FFD381;
}
</style>
border-color css
<style>
span { border-color: #FFD381; }
span { border-color: rgb(255,211,129); }
td.TdClassName
{
border-color: #FFD381;
}
.TagClassName
{
border-color: #FFD381;
}
</style>