Shades of Salomie #FFD67B
Tints of Salomie #FFD67B
RGB
CMYK
RGB Variations
Color information
#FFD67B (or 0xFFD67B) is known color: Salomie. HEX triplet: FF, D6 and 7B. RGB value is (255,214,123). Sum of RGB (Red+Green+Blue) = 255+214+123=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD67B is #002984. Grayscale: #D8D8D8. Windows color (decimal): -10629 or 8115967. OLE color: 8115967.
HSL color Cylindrical-coordinate representation of color #FFD67B: hue angle of 41.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFD67B is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 123 | - |
| CMYK | 0 | 0.16 | 0.52 | 0 |
| HSL | 41.36º | 1% | 0.74% | - |
| HSV(B) | 41.36º | 0.52% | 1% | - |
| XYZ | 68.86 | 70.78 | 28.77 | - |
| YUV | 215.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 123 | 0 | 0.16 | 0.52 | 0 | 41.36 | 1 | 0.74 |
| Hex | FF | D6 | 7B | 0 | 10 | 34 | 0 | 29 | 64 | 4A |
| Octal | 377 | 326 | 173 | 0 | 20 | 64 | 0 | 51 | 144 | 112 |
| Binary | 11111111 | 11010110 | 1111011 | 0 | 10000 | 110100 | 0 | 101001 | 1100100 | 1001010 |
Color Harmonies of #FFD67B
Complementary color
Monochromatic Colors of #FFD67B
Black with #FFD67B
Text Example
Text Example
White with #FFD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD67B; }
p { color: rgb(255,214,123); }
H1.HeaderClassName
{
color: #FFD67B;
}
.AnyTagClassName
{
color: #FFD67B;
}
</style>
background-color css
<style>
a { background-color: #FFD67B; }
a { background-color: rgb(255,214,123); }
div.DivClassName
{
background-color: #FFD67B;
}
.BgClassName
{
background-color: #FFD67B;
}
</style>
border-color css
<style>
span { border-color: #FFD67B; }
span { border-color: rgb(255,214,123); }
td.TdClassName
{
border-color: #FFD67B;
}
.TagClassName
{
border-color: #FFD67B;
}
</style>