Shades of Salomie #FFD683
Tints of Salomie #FFD683
RGB
CMYK
RGB Variations
Color information
#FFD683 (or 0xFFD683) is known color: Salomie. HEX triplet: FF, D6 and 83. RGB value is (255,214,131). Sum of RGB (Red+Green+Blue) = 255+214+131=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD683 is #00297C. Grayscale: #D9D9D9. Windows color (decimal): -10621 or 8640255. OLE color: 8640255.
HSL color Cylindrical-coordinate representation of color #FFD683: hue angle of 40.16º 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 #FFD683 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 131 | - |
| CMYK | 0 | 0.16 | 0.49 | 0 |
| HSL | 40.16º | 1% | 0.76% | - |
| HSV(B) | 40.16º | 0.49% | 1% | - |
| XYZ | 69.38 | 70.99 | 31.52 | - |
| YUV | 216.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 131 | 0 | 0.16 | 0.49 | 0 | 40.16 | 1 | 0.76 |
| Hex | FF | D6 | 83 | 0 | 10 | 31 | 0 | 28 | 64 | 4C |
| Octal | 377 | 326 | 203 | 0 | 20 | 61 | 0 | 50 | 144 | 114 |
| Binary | 11111111 | 11010110 | 10000011 | 0 | 10000 | 110001 | 0 | 101000 | 1100100 | 1001100 |
Color Harmonies of #FFD683
Complementary color
Monochromatic Colors of #FFD683
Black with #FFD683
Text Example
Text Example
White with #FFD683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD683; }
p { color: rgb(255,214,131); }
H1.HeaderClassName
{
color: #FFD683;
}
.AnyTagClassName
{
color: #FFD683;
}
</style>
background-color css
<style>
a { background-color: #FFD683; }
a { background-color: rgb(255,214,131); }
div.DivClassName
{
background-color: #FFD683;
}
.BgClassName
{
background-color: #FFD683;
}
</style>
border-color css
<style>
span { border-color: #FFD683; }
span { border-color: rgb(255,214,131); }
td.TdClassName
{
border-color: #FFD683;
}
.TagClassName
{
border-color: #FFD683;
}
</style>