Shades of Salomie #FFDA7C
Tints of Salomie #FFDA7C
RGB
CMYK
RGB Variations
Color information
#FFDA7C (or 0xFFDA7C) is known color: Salomie. HEX triplet: FF, DA and 7C. RGB value is (255,218,124). Sum of RGB (Red+Green+Blue) = 255+218+124=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA7C is #002583. Grayscale: #DADADA. Windows color (decimal): -9604 or 8182527. OLE color: 8182527.
HSL color Cylindrical-coordinate representation of color #FFDA7C: hue angle of 43.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFDA7C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 124 | - |
| CMYK | 0 | 0.15 | 0.51 | 0 |
| HSL | 43.05º | 1% | 0.74% | - |
| HSV(B) | 43.05º | 0.51% | 1% | - |
| XYZ | 69.95 | 72.86 | 29.45 | - |
| YUV | 218.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 124 | 0 | 0.15 | 0.51 | 0 | 43.05 | 1 | 0.74 |
| Hex | FF | DA | 7C | 0 | F | 33 | 0 | 2B | 64 | 4A |
| Octal | 377 | 332 | 174 | 0 | 17 | 63 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011010 | 1111100 | 0 | 1111 | 110011 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFDA7C
Complementary color
Monochromatic Colors of #FFDA7C
Black with #FFDA7C
Text Example
Text Example
White with #FFDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA7C; }
p { color: rgb(255,218,124); }
H1.HeaderClassName
{
color: #FFDA7C;
}
.AnyTagClassName
{
color: #FFDA7C;
}
</style>
background-color css
<style>
a { background-color: #FFDA7C; }
a { background-color: rgb(255,218,124); }
div.DivClassName
{
background-color: #FFDA7C;
}
.BgClassName
{
background-color: #FFDA7C;
}
</style>
border-color css
<style>
span { border-color: #FFDA7C; }
span { border-color: rgb(255,218,124); }
td.TdClassName
{
border-color: #FFDA7C;
}
.TagClassName
{
border-color: #FFDA7C;
}
</style>