Shades of Salomie #FFD07B
Tints of Salomie #FFD07B
RGB
CMYK
RGB Variations
Color information
#FFD07B (or 0xFFD07B) is known color: Salomie. HEX triplet: FF, D0 and 7B. RGB value is (255,208,123). Sum of RGB (Red+Green+Blue) = 255+208+123=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD07B is #002F84. Grayscale: #D4D4D4. Windows color (decimal): -12165 or 8114431. OLE color: 8114431.
HSL color Cylindrical-coordinate representation of color #FFD07B: hue angle of 38.64º 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 #FFD07B is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 123 | - |
| CMYK | 0 | 0.18 | 0.52 | 0 |
| HSL | 38.64º | 1% | 0.74% | - |
| HSV(B) | 38.64º | 0.52% | 1% | - |
| XYZ | 67.37 | 67.8 | 28.28 | - |
| YUV | 212.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 123 | 0 | 0.18 | 0.52 | 0 | 38.64 | 1 | 0.74 |
| Hex | FF | D0 | 7B | 0 | 12 | 34 | 0 | 27 | 64 | 4A |
| Octal | 377 | 320 | 173 | 0 | 22 | 64 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11010000 | 1111011 | 0 | 10010 | 110100 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFD07B
Complementary color
Monochromatic Colors of #FFD07B
Black with #FFD07B
Text Example
Text Example
White with #FFD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD07B; }
p { color: rgb(255,208,123); }
H1.HeaderClassName
{
color: #FFD07B;
}
.AnyTagClassName
{
color: #FFD07B;
}
</style>
background-color css
<style>
a { background-color: #FFD07B; }
a { background-color: rgb(255,208,123); }
div.DivClassName
{
background-color: #FFD07B;
}
.BgClassName
{
background-color: #FFD07B;
}
</style>
border-color css
<style>
span { border-color: #FFD07B; }
span { border-color: rgb(255,208,123); }
td.TdClassName
{
border-color: #FFD07B;
}
.TagClassName
{
border-color: #FFD07B;
}
</style>