Shades of Golden Glow #FFDD81
Tints of Golden Glow #FFDD81
RGB
CMYK
RGB Variations
Color information
#FFDD81 (or 0xFFDD81) is known color: Golden Glow. HEX triplet: FF, DD and 81. RGB value is (255,221,129). Sum of RGB (Red+Green+Blue) = 255+221+129=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD81 is #00227E. Grayscale: #DDDDDD. Windows color (decimal): -8831 or 8510975. OLE color: 8510975.
HSL color Cylindrical-coordinate representation of color #FFDD81: hue angle of 43.81º 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 #FFDD81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0 |
| HSL | 43.81º | 1% | 0.75% | - |
| HSV(B) | 43.81º | 0.49% | 1% | - |
| XYZ | 71.06 | 74.56 | 31.41 | - |
| YUV | 220.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 129 | 0 | 0.13 | 0.49 | 0 | 43.81 | 1 | 0.75 |
| Hex | FF | DD | 81 | 0 | D | 31 | 0 | 2C | 64 | 4B |
| Octal | 377 | 335 | 201 | 0 | 15 | 61 | 0 | 54 | 144 | 113 |
| Binary | 11111111 | 11011101 | 10000001 | 0 | 1101 | 110001 | 0 | 101100 | 1100100 | 1001011 |
Color Harmonies of #FFDD81
Complementary color
Monochromatic Colors of #FFDD81
Black with #FFDD81
Text Example
Text Example
White with #FFDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD81; }
p { color: rgb(255,221,129); }
H1.HeaderClassName
{
color: #FFDD81;
}
.AnyTagClassName
{
color: #FFDD81;
}
</style>
background-color css
<style>
a { background-color: #FFDD81; }
a { background-color: rgb(255,221,129); }
div.DivClassName
{
background-color: #FFDD81;
}
.BgClassName
{
background-color: #FFDD81;
}
</style>
border-color css
<style>
span { border-color: #FFDD81; }
span { border-color: rgb(255,221,129); }
td.TdClassName
{
border-color: #FFDD81;
}
.TagClassName
{
border-color: #FFDD81;
}
</style>