Shades of Salomie #FFDA7A
Tints of Salomie #FFDA7A
RGB
CMYK
RGB Variations
Color information
#FFDA7A (or 0xFFDA7A) is known color: Salomie. HEX triplet: FF, DA and 7A. RGB value is (255,218,122). Sum of RGB (Red+Green+Blue) = 255+218+122=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA7A is #002585. Grayscale: #DADADA. Windows color (decimal): -9606 or 8051455. OLE color: 8051455.
HSL color Cylindrical-coordinate representation of color #FFDA7A: hue angle of 43.31º 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 #FFDA7A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 122 | - |
| CMYK | 0 | 0.15 | 0.52 | 0 |
| HSL | 43.31º | 1% | 0.74% | - |
| HSV(B) | 43.31º | 0.52% | 1% | - |
| XYZ | 69.82 | 72.81 | 28.79 | - |
| YUV | 218.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 122 | 0 | 0.15 | 0.52 | 0 | 43.31 | 1 | 0.74 |
| Hex | FF | DA | 7A | 0 | F | 34 | 0 | 2B | 64 | 4A |
| Octal | 377 | 332 | 172 | 0 | 17 | 64 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011010 | 1111010 | 0 | 1111 | 110100 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFDA7A
Complementary color
Monochromatic Colors of #FFDA7A
Black with #FFDA7A
Text Example
Text Example
White with #FFDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA7A; }
p { color: rgb(255,218,122); }
H1.HeaderClassName
{
color: #FFDA7A;
}
.AnyTagClassName
{
color: #FFDA7A;
}
</style>
background-color css
<style>
a { background-color: #FFDA7A; }
a { background-color: rgb(255,218,122); }
div.DivClassName
{
background-color: #FFDA7A;
}
.BgClassName
{
background-color: #FFDA7A;
}
</style>
border-color css
<style>
span { border-color: #FFDA7A; }
span { border-color: rgb(255,218,122); }
td.TdClassName
{
border-color: #FFDA7A;
}
.TagClassName
{
border-color: #FFDA7A;
}
</style>