Shades of Salomie #FFD483
Tints of Salomie #FFD483
RGB
CMYK
RGB Variations
Color information
#FFD483 (or 0xFFD483) is known color: Salomie. HEX triplet: FF, D4 and 83. RGB value is (255,212,131). Sum of RGB (Red+Green+Blue) = 255+212+131=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD483 is #002B7C. Grayscale: #D7D7D7. Windows color (decimal): -11133 or 8639743. OLE color: 8639743.
HSL color Cylindrical-coordinate representation of color #FFD483: hue angle of 39.19º 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 #FFD483 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 131 | - |
| CMYK | 0 | 0.17 | 0.49 | 0 |
| HSL | 39.19º | 1% | 0.76% | - |
| HSV(B) | 39.19º | 0.49% | 1% | - |
| XYZ | 68.88 | 69.99 | 31.35 | - |
| YUV | 215.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 131 | 0 | 0.17 | 0.49 | 0 | 39.19 | 1 | 0.76 |
| Hex | FF | D4 | 83 | 0 | 11 | 31 | 0 | 27 | 64 | 4C |
| Octal | 377 | 324 | 203 | 0 | 21 | 61 | 0 | 47 | 144 | 114 |
| Binary | 11111111 | 11010100 | 10000011 | 0 | 10001 | 110001 | 0 | 100111 | 1100100 | 1001100 |
Color Harmonies of #FFD483
Complementary color
Monochromatic Colors of #FFD483
Black with #FFD483
Text Example
Text Example
White with #FFD483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD483; }
p { color: rgb(255,212,131); }
H1.HeaderClassName
{
color: #FFD483;
}
.AnyTagClassName
{
color: #FFD483;
}
</style>
background-color css
<style>
a { background-color: #FFD483; }
a { background-color: rgb(255,212,131); }
div.DivClassName
{
background-color: #FFD483;
}
.BgClassName
{
background-color: #FFD483;
}
</style>
border-color css
<style>
span { border-color: #FFD483; }
span { border-color: rgb(255,212,131); }
td.TdClassName
{
border-color: #FFD483;
}
.TagClassName
{
border-color: #FFD483;
}
</style>