Shades of Salomie #FFD67D
Tints of Salomie #FFD67D
RGB
CMYK
RGB Variations
Color information
#FFD67D (or 0xFFD67D) is known color: Salomie. HEX triplet: FF, D6 and 7D. RGB value is (255,214,125). Sum of RGB (Red+Green+Blue) = 255+214+125=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD67D is #002982. Grayscale: #D8D8D8. Windows color (decimal): -10627 or 8247039. OLE color: 8247039.
HSL color Cylindrical-coordinate representation of color #FFD67D: hue angle of 41.08º 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 #FFD67D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 125 | - |
| CMYK | 0 | 0.16 | 0.51 | 0 |
| HSL | 41.08º | 1% | 0.75% | - |
| HSV(B) | 41.08º | 0.51% | 1% | - |
| XYZ | 68.99 | 70.83 | 29.44 | - |
| YUV | 216.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 125 | 0 | 0.16 | 0.51 | 0 | 41.08 | 1 | 0.75 |
| Hex | FF | D6 | 7D | 0 | 10 | 33 | 0 | 29 | 64 | 4B |
| Octal | 377 | 326 | 175 | 0 | 20 | 63 | 0 | 51 | 144 | 113 |
| Binary | 11111111 | 11010110 | 1111101 | 0 | 10000 | 110011 | 0 | 101001 | 1100100 | 1001011 |
Color Harmonies of #FFD67D
Complementary color
Monochromatic Colors of #FFD67D
Black with #FFD67D
Text Example
Text Example
White with #FFD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD67D; }
p { color: rgb(255,214,125); }
H1.HeaderClassName
{
color: #FFD67D;
}
.AnyTagClassName
{
color: #FFD67D;
}
</style>
background-color css
<style>
a { background-color: #FFD67D; }
a { background-color: rgb(255,214,125); }
div.DivClassName
{
background-color: #FFD67D;
}
.BgClassName
{
background-color: #FFD67D;
}
</style>
border-color css
<style>
span { border-color: #FFD67D; }
span { border-color: rgb(255,214,125); }
td.TdClassName
{
border-color: #FFD67D;
}
.TagClassName
{
border-color: #FFD67D;
}
</style>