Shades of Salomie #FFD183
Tints of Salomie #FFD183
RGB
CMYK
RGB Variations
Color information
#FFD183 (or 0xFFD183) is known color: Salomie. HEX triplet: FF, D1 and 83. RGB value is (255,209,131). Sum of RGB (Red+Green+Blue) = 255+209+131=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD183 is #002E7C. Grayscale: #D6D6D6. Windows color (decimal): -11901 or 8638975. OLE color: 8638975.
HSL color Cylindrical-coordinate representation of color #FFD183: hue angle of 37.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD183 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 131 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 37.74º | 1% | 0.76% | - |
| HSV(B) | 37.74º | 0.49% | 1% | - |
| XYZ | 68.14 | 68.5 | 31.1 | - |
| YUV | 213.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 131 | 0 | 0.18 | 0.49 | 0 | 37.74 | 1 | 0.76 |
| Hex | FF | D1 | 83 | 0 | 12 | 31 | 0 | 26 | 64 | 4C |
| Octal | 377 | 321 | 203 | 0 | 22 | 61 | 0 | 46 | 144 | 114 |
| Binary | 11111111 | 11010001 | 10000011 | 0 | 10010 | 110001 | 0 | 100110 | 1100100 | 1001100 |
Color Harmonies of #FFD183
Complementary color
Monochromatic Colors of #FFD183
Black with #FFD183
Text Example
Text Example
White with #FFD183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD183; }
p { color: rgb(255,209,131); }
H1.HeaderClassName
{
color: #FFD183;
}
.AnyTagClassName
{
color: #FFD183;
}
</style>
background-color css
<style>
a { background-color: #FFD183; }
a { background-color: rgb(255,209,131); }
div.DivClassName
{
background-color: #FFD183;
}
.BgClassName
{
background-color: #FFD183;
}
</style>
border-color css
<style>
span { border-color: #FFD183; }
span { border-color: rgb(255,209,131); }
td.TdClassName
{
border-color: #FFD183;
}
.TagClassName
{
border-color: #FFD183;
}
</style>