Shades of Salomie #FFD47C
Tints of Salomie #FFD47C
RGB
CMYK
RGB Variations
Color information
#FFD47C (or 0xFFD47C) is known color: Salomie. HEX triplet: FF, D4 and 7C. RGB value is (255,212,124). Sum of RGB (Red+Green+Blue) = 255+212+124=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD47C is #002B83. Grayscale: #D7D7D7. Windows color (decimal): -11140 or 8180991. OLE color: 8180991.
HSL color Cylindrical-coordinate representation of color #FFD47C: hue angle of 40.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD47C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 124 | - |
| CMYK | 0 | 0.17 | 0.51 | 0 |
| HSL | 40.31º | 1% | 0.74% | - |
| HSV(B) | 40.31º | 0.51% | 1% | - |
| XYZ | 68.42 | 69.8 | 28.94 | - |
| YUV | 214.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 124 | 0 | 0.17 | 0.51 | 0 | 40.31 | 1 | 0.74 |
| Hex | FF | D4 | 7C | 0 | 11 | 33 | 0 | 28 | 64 | 4A |
| Octal | 377 | 324 | 174 | 0 | 21 | 63 | 0 | 50 | 144 | 112 |
| Binary | 11111111 | 11010100 | 1111100 | 0 | 10001 | 110011 | 0 | 101000 | 1100100 | 1001010 |
Color Harmonies of #FFD47C
Complementary color
Monochromatic Colors of #FFD47C
Black with #FFD47C
Text Example
Text Example
White with #FFD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD47C; }
p { color: rgb(255,212,124); }
H1.HeaderClassName
{
color: #FFD47C;
}
.AnyTagClassName
{
color: #FFD47C;
}
</style>
background-color css
<style>
a { background-color: #FFD47C; }
a { background-color: rgb(255,212,124); }
div.DivClassName
{
background-color: #FFD47C;
}
.BgClassName
{
background-color: #FFD47C;
}
</style>
border-color css
<style>
span { border-color: #FFD47C; }
span { border-color: rgb(255,212,124); }
td.TdClassName
{
border-color: #FFD47C;
}
.TagClassName
{
border-color: #FFD47C;
}
</style>