Shades of Salomie #FFD27F
Tints of Salomie #FFD27F
RGB
CMYK
RGB Variations
Color information
#FFD27F (or 0xFFD27F) is known color: Salomie. HEX triplet: FF, D2 and 7F. RGB value is (255,210,127). Sum of RGB (Red+Green+Blue) = 255+210+127=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD27F is #002D80. Grayscale: #D6D6D6. Windows color (decimal): -11649 or 8377087. OLE color: 8377087.
HSL color Cylindrical-coordinate representation of color #FFD27F: hue angle of 38.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFD27F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 127 | - |
| CMYK | 0 | 0.18 | 0.50 | 0 |
| HSL | 38.91º | 1% | 0.75% | - |
| HSV(B) | 38.91º | 0.5% | 1% | - |
| XYZ | 68.12 | 68.89 | 29.78 | - |
| YUV | 213.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 127 | 0 | 0.18 | 0.50 | 0 | 38.91 | 1 | 0.75 |
| Hex | FF | D2 | 7F | 0 | 12 | 32 | 0 | 27 | 64 | 4B |
| Octal | 377 | 322 | 177 | 0 | 22 | 62 | 0 | 47 | 144 | 113 |
| Binary | 11111111 | 11010010 | 1111111 | 0 | 10010 | 110010 | 0 | 100111 | 1100100 | 1001011 |
Color Harmonies of #FFD27F
Complementary color
Monochromatic Colors of #FFD27F
Black with #FFD27F
Text Example
Text Example
White with #FFD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD27F; }
p { color: rgb(255,210,127); }
H1.HeaderClassName
{
color: #FFD27F;
}
.AnyTagClassName
{
color: #FFD27F;
}
</style>
background-color css
<style>
a { background-color: #FFD27F; }
a { background-color: rgb(255,210,127); }
div.DivClassName
{
background-color: #FFD27F;
}
.BgClassName
{
background-color: #FFD27F;
}
</style>
border-color css
<style>
span { border-color: #FFD27F; }
span { border-color: rgb(255,210,127); }
td.TdClassName
{
border-color: #FFD27F;
}
.TagClassName
{
border-color: #FFD27F;
}
</style>