Shades of Golden Glow #FFDF81
Tints of Golden Glow #FFDF81
RGB
CMYK
RGB Variations
Color information
#FFDF81 (or 0xFFDF81) is known color: Golden Glow. HEX triplet: FF, DF and 81. RGB value is (255,223,129). Sum of RGB (Red+Green+Blue) = 255+223+129=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF81 is #00207E. Grayscale: #DEDEDE. Windows color (decimal): -8319 or 8511487. OLE color: 8511487.
HSL color Cylindrical-coordinate representation of color #FFDF81: hue angle of 44.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFDF81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0 |
| HSL | 44.76º | 1% | 0.75% | - |
| HSV(B) | 44.76º | 0.49% | 1% | - |
| XYZ | 71.59 | 75.62 | 31.59 | - |
| YUV | 221.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 129 | 0 | 0.13 | 0.49 | 0 | 44.76 | 1 | 0.75 |
| Hex | FF | DF | 81 | 0 | D | 31 | 0 | 2D | 64 | 4B |
| Octal | 377 | 337 | 201 | 0 | 15 | 61 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11011111 | 10000001 | 0 | 1101 | 110001 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFDF81
Complementary color
Monochromatic Colors of #FFDF81
Black with #FFDF81
Text Example
Text Example
White with #FFDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF81; }
p { color: rgb(255,223,129); }
H1.HeaderClassName
{
color: #FFDF81;
}
.AnyTagClassName
{
color: #FFDF81;
}
</style>
background-color css
<style>
a { background-color: #FFDF81; }
a { background-color: rgb(255,223,129); }
div.DivClassName
{
background-color: #FFDF81;
}
.BgClassName
{
background-color: #FFDF81;
}
</style>
border-color css
<style>
span { border-color: #FFDF81; }
span { border-color: rgb(255,223,129); }
td.TdClassName
{
border-color: #FFDF81;
}
.TagClassName
{
border-color: #FFDF81;
}
</style>