Shades of Salomie #FFD283
Tints of Salomie #FFD283
RGB
CMYK
RGB Variations
Color information
#FFD283 (or 0xFFD283) is known color: Salomie. HEX triplet: FF, D2 and 83. RGB value is (255,210,131). Sum of RGB (Red+Green+Blue) = 255+210+131=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD283 is #002D7C. Grayscale: #D6D6D6. Windows color (decimal): -11645 or 8639231. OLE color: 8639231.
HSL color Cylindrical-coordinate representation of color #FFD283: hue angle of 38.23º 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 #FFD283 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 131 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 38.23º | 1% | 0.76% | - |
| HSV(B) | 38.23º | 0.49% | 1% | - |
| XYZ | 68.38 | 68.99 | 31.19 | - |
| YUV | 214.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 131 | 0 | 0.18 | 0.49 | 0 | 38.23 | 1 | 0.76 |
| Hex | FF | D2 | 83 | 0 | 12 | 31 | 0 | 26 | 64 | 4C |
| Octal | 377 | 322 | 203 | 0 | 22 | 61 | 0 | 46 | 144 | 114 |
| Binary | 11111111 | 11010010 | 10000011 | 0 | 10010 | 110001 | 0 | 100110 | 1100100 | 1001100 |
Color Harmonies of #FFD283
Complementary color
Monochromatic Colors of #FFD283
Black with #FFD283
Text Example
Text Example
White with #FFD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD283; }
p { color: rgb(255,210,131); }
H1.HeaderClassName
{
color: #FFD283;
}
.AnyTagClassName
{
color: #FFD283;
}
</style>
background-color css
<style>
a { background-color: #FFD283; }
a { background-color: rgb(255,210,131); }
div.DivClassName
{
background-color: #FFD283;
}
.BgClassName
{
background-color: #FFD283;
}
</style>
border-color css
<style>
span { border-color: #FFD283; }
span { border-color: rgb(255,210,131); }
td.TdClassName
{
border-color: #FFD283;
}
.TagClassName
{
border-color: #FFD283;
}
</style>