Shades of Salomie #FFD277
Tints of Salomie #FFD277
RGB
CMYK
RGB Variations
Color information
#FFD277 (or 0xFFD277) is known color: Salomie. HEX triplet: FF, D2 and 77. RGB value is (255,210,119). Sum of RGB (Red+Green+Blue) = 255+210+119=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD277 is #002D88. Grayscale: #D5D5D5. Windows color (decimal): -11657 or 7852799. OLE color: 7852799.
HSL color Cylindrical-coordinate representation of color #FFD277: hue angle of 40.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD277 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 40.15º | 1% | 0.73% | - |
| HSV(B) | 40.15º | 0.53% | 1% | - |
| XYZ | 67.62 | 68.69 | 27.15 | - |
| YUV | 213.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 119 | 0 | 0.18 | 0.53 | 0 | 40.15 | 1 | 0.73 |
| Hex | FF | D2 | 77 | 0 | 12 | 35 | 0 | 28 | 64 | 49 |
| Octal | 377 | 322 | 167 | 0 | 22 | 65 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010010 | 1110111 | 0 | 10010 | 110101 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD277
Complementary color
Monochromatic Colors of #FFD277
Black with #FFD277
Text Example
Text Example
White with #FFD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD277; }
p { color: rgb(255,210,119); }
H1.HeaderClassName
{
color: #FFD277;
}
.AnyTagClassName
{
color: #FFD277;
}
</style>
background-color css
<style>
a { background-color: #FFD277; }
a { background-color: rgb(255,210,119); }
div.DivClassName
{
background-color: #FFD277;
}
.BgClassName
{
background-color: #FFD277;
}
</style>
border-color css
<style>
span { border-color: #FFD277; }
span { border-color: rgb(255,210,119); }
td.TdClassName
{
border-color: #FFD277;
}
.TagClassName
{
border-color: #FFD277;
}
</style>