Shades of Salomie #FFDC7A
Tints of Salomie #FFDC7A
RGB
CMYK
RGB Variations
Color information
#FFDC7A (or 0xFFDC7A) is known color: Salomie. HEX triplet: FF, DC and 7A. RGB value is (255,220,122). Sum of RGB (Red+Green+Blue) = 255+220+122=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC7A is #002385. Grayscale: #DBDBDB. Windows color (decimal): -9094 or 8051967. OLE color: 8051967.
HSL color Cylindrical-coordinate representation of color #FFDC7A: hue angle of 44.21º 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 #FFDC7A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 122 | - |
| CMYK | 0 | 0.14 | 0.52 | 0 |
| HSL | 44.21º | 1% | 0.74% | - |
| HSV(B) | 44.21º | 0.52% | 1% | - |
| XYZ | 70.35 | 73.85 | 28.96 | - |
| YUV | 219.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 122 | 0 | 0.14 | 0.52 | 0 | 44.21 | 1 | 0.74 |
| Hex | FF | DC | 7A | 0 | E | 34 | 0 | 2C | 64 | 4A |
| Octal | 377 | 334 | 172 | 0 | 16 | 64 | 0 | 54 | 144 | 112 |
| Binary | 11111111 | 11011100 | 1111010 | 0 | 1110 | 110100 | 0 | 101100 | 1100100 | 1001010 |
Color Harmonies of #FFDC7A
Complementary color
Monochromatic Colors of #FFDC7A
Black with #FFDC7A
Text Example
Text Example
White with #FFDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC7A; }
p { color: rgb(255,220,122); }
H1.HeaderClassName
{
color: #FFDC7A;
}
.AnyTagClassName
{
color: #FFDC7A;
}
</style>
background-color css
<style>
a { background-color: #FFDC7A; }
a { background-color: rgb(255,220,122); }
div.DivClassName
{
background-color: #FFDC7A;
}
.BgClassName
{
background-color: #FFDC7A;
}
</style>
border-color css
<style>
span { border-color: #FFDC7A; }
span { border-color: rgb(255,220,122); }
td.TdClassName
{
border-color: #FFDC7A;
}
.TagClassName
{
border-color: #FFDC7A;
}
</style>