Shades of Salomie #FFDC76
Tints of Salomie #FFDC76
RGB
CMYK
RGB Variations
Color information
#FFDC76 (or 0xFFDC76) is known color: Salomie. HEX triplet: FF, DC and 76. RGB value is (255,220,118). Sum of RGB (Red+Green+Blue) = 255+220+118=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC76 is #002389. Grayscale: #DBDBDB. Windows color (decimal): -9098 or 7789823. OLE color: 7789823.
HSL color Cylindrical-coordinate representation of color #FFDC76: hue angle of 44.67º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDC76 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 118 | - |
| CMYK | 0 | 0.14 | 0.54 | 0 |
| HSL | 44.67º | 1% | 0.73% | - |
| HSV(B) | 44.67º | 0.54% | 1% | - |
| XYZ | 70.1 | 73.75 | 27.68 | - |
| YUV | 218.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 118 | 0 | 0.14 | 0.54 | 0 | 44.67 | 1 | 0.73 |
| Hex | FF | DC | 76 | 0 | E | 36 | 0 | 2D | 64 | 49 |
| Octal | 377 | 334 | 166 | 0 | 16 | 66 | 0 | 55 | 144 | 111 |
| Binary | 11111111 | 11011100 | 1110110 | 0 | 1110 | 110110 | 0 | 101101 | 1100100 | 1001001 |
Color Harmonies of #FFDC76
Complementary color
Monochromatic Colors of #FFDC76
Black with #FFDC76
Text Example
Text Example
White with #FFDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC76; }
p { color: rgb(255,220,118); }
H1.HeaderClassName
{
color: #FFDC76;
}
.AnyTagClassName
{
color: #FFDC76;
}
</style>
background-color css
<style>
a { background-color: #FFDC76; }
a { background-color: rgb(255,220,118); }
div.DivClassName
{
background-color: #FFDC76;
}
.BgClassName
{
background-color: #FFDC76;
}
</style>
border-color css
<style>
span { border-color: #FFDC76; }
span { border-color: rgb(255,220,118); }
td.TdClassName
{
border-color: #FFDC76;
}
.TagClassName
{
border-color: #FFDC76;
}
</style>