Shades of Salomie #FFDA7B
Tints of Salomie #FFDA7B
RGB
CMYK
RGB Variations
Color information
#FFDA7B (or 0xFFDA7B) is known color: Salomie. HEX triplet: FF, DA and 7B. RGB value is (255,218,123). Sum of RGB (Red+Green+Blue) = 255+218+123=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA7B is #002584. Grayscale: #DADADA. Windows color (decimal): -9605 or 8116991. OLE color: 8116991.
HSL color Cylindrical-coordinate representation of color #FFDA7B: hue angle of 43.18º 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 #FFDA7B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 123 | - |
| CMYK | 0 | 0.15 | 0.52 | 0 |
| HSL | 43.18º | 1% | 0.74% | - |
| HSV(B) | 43.18º | 0.52% | 1% | - |
| XYZ | 69.89 | 72.83 | 29.11 | - |
| YUV | 218.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 123 | 0 | 0.15 | 0.52 | 0 | 43.18 | 1 | 0.74 |
| Hex | FF | DA | 7B | 0 | F | 34 | 0 | 2B | 64 | 4A |
| Octal | 377 | 332 | 173 | 0 | 17 | 64 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011010 | 1111011 | 0 | 1111 | 110100 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFDA7B
Complementary color
Monochromatic Colors of #FFDA7B
Black with #FFDA7B
Text Example
Text Example
White with #FFDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA7B; }
p { color: rgb(255,218,123); }
H1.HeaderClassName
{
color: #FFDA7B;
}
.AnyTagClassName
{
color: #FFDA7B;
}
</style>
background-color css
<style>
a { background-color: #FFDA7B; }
a { background-color: rgb(255,218,123); }
div.DivClassName
{
background-color: #FFDA7B;
}
.BgClassName
{
background-color: #FFDA7B;
}
</style>
border-color css
<style>
span { border-color: #FFDA7B; }
span { border-color: rgb(255,218,123); }
td.TdClassName
{
border-color: #FFDA7B;
}
.TagClassName
{
border-color: #FFDA7B;
}
</style>