Shades of Salomie #FFD47D
Tints of Salomie #FFD47D
RGB
CMYK
RGB Variations
Color information
#FFD47D (or 0xFFD47D) is known color: Salomie. HEX triplet: FF, D4 and 7D. RGB value is (255,212,125). Sum of RGB (Red+Green+Blue) = 255+212+125=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD47D is #002B82. Grayscale: #D7D7D7. Windows color (decimal): -11139 or 8246527. OLE color: 8246527.
HSL color Cylindrical-coordinate representation of color #FFD47D: hue angle of 40.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD47D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0 |
| HSL | 40.15º | 1% | 0.75% | - |
| HSV(B) | 40.15º | 0.51% | 1% | - |
| XYZ | 68.49 | 69.83 | 29.27 | - |
| YUV | 214.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 125 | 0 | 0.17 | 0.51 | 0 | 40.15 | 1 | 0.75 |
| Hex | FF | D4 | 7D | 0 | 11 | 33 | 0 | 28 | 64 | 4B |
| Octal | 377 | 324 | 175 | 0 | 21 | 63 | 0 | 50 | 144 | 113 |
| Binary | 11111111 | 11010100 | 1111101 | 0 | 10001 | 110011 | 0 | 101000 | 1100100 | 1001011 |
Color Harmonies of #FFD47D
Complementary color
Monochromatic Colors of #FFD47D
Black with #FFD47D
Text Example
Text Example
White with #FFD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD47D; }
p { color: rgb(255,212,125); }
H1.HeaderClassName
{
color: #FFD47D;
}
.AnyTagClassName
{
color: #FFD47D;
}
</style>
background-color css
<style>
a { background-color: #FFD47D; }
a { background-color: rgb(255,212,125); }
div.DivClassName
{
background-color: #FFD47D;
}
.BgClassName
{
background-color: #FFD47D;
}
</style>
border-color css
<style>
span { border-color: #FFD47D; }
span { border-color: rgb(255,212,125); }
td.TdClassName
{
border-color: #FFD47D;
}
.TagClassName
{
border-color: #FFD47D;
}
</style>