Shades of Salomie #FFD67E
Tints of Salomie #FFD67E
RGB
CMYK
RGB Variations
Color information
#FFD67E (or 0xFFD67E) is known color: Salomie. HEX triplet: FF, D6 and 7E. RGB value is (255,214,126). Sum of RGB (Red+Green+Blue) = 255+214+126=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD67E is #002981. Grayscale: #D8D8D8. Windows color (decimal): -10626 or 8312575. OLE color: 8312575.
HSL color Cylindrical-coordinate representation of color #FFD67E: hue angle of 40.93º 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 #FFD67E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 126 | - |
| CMYK | 0 | 0.16 | 0.51 | 0 |
| HSL | 40.93º | 1% | 0.75% | - |
| HSV(B) | 40.93º | 0.51% | 1% | - |
| XYZ | 69.05 | 70.86 | 29.78 | - |
| YUV | 216.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 126 | 0 | 0.16 | 0.51 | 0 | 40.93 | 1 | 0.75 |
| Hex | FF | D6 | 7E | 0 | 10 | 33 | 0 | 29 | 64 | 4B |
| Octal | 377 | 326 | 176 | 0 | 20 | 63 | 0 | 51 | 144 | 113 |
| Binary | 11111111 | 11010110 | 1111110 | 0 | 10000 | 110011 | 0 | 101001 | 1100100 | 1001011 |
Color Harmonies of #FFD67E
Complementary color
Monochromatic Colors of #FFD67E
Black with #FFD67E
Text Example
Text Example
White with #FFD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD67E; }
p { color: rgb(255,214,126); }
H1.HeaderClassName
{
color: #FFD67E;
}
.AnyTagClassName
{
color: #FFD67E;
}
</style>
background-color css
<style>
a { background-color: #FFD67E; }
a { background-color: rgb(255,214,126); }
div.DivClassName
{
background-color: #FFD67E;
}
.BgClassName
{
background-color: #FFD67E;
}
</style>
border-color css
<style>
span { border-color: #FFD67E; }
span { border-color: rgb(255,214,126); }
td.TdClassName
{
border-color: #FFD67E;
}
.TagClassName
{
border-color: #FFD67E;
}
</style>