Shades of Golden Glow #FFDD85
Tints of Golden Glow #FFDD85
RGB
CMYK
RGB Variations
Color information
#FFDD85 (or 0xFFDD85) is known color: Golden Glow. HEX triplet: FF, DD and 85. RGB value is (255,221,133). Sum of RGB (Red+Green+Blue) = 255+221+133=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD85 is #00227A. Grayscale: #DDDDDD. Windows color (decimal): -8827 or 8773119. OLE color: 8773119.
HSL color Cylindrical-coordinate representation of color #FFDD85: hue angle of 43.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFDD85 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 133 | - |
| CMYK | 0 | 0.13 | 0.48 | 0 |
| HSL | 43.28º | 1% | 0.76% | - |
| HSV(B) | 43.28º | 0.48% | 1% | - |
| XYZ | 71.33 | 74.67 | 32.84 | - |
| YUV | 221.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 133 | 0 | 0.13 | 0.48 | 0 | 43.28 | 1 | 0.76 |
| Hex | FF | DD | 85 | 0 | D | 30 | 0 | 2B | 64 | 4C |
| Octal | 377 | 335 | 205 | 0 | 15 | 60 | 0 | 53 | 144 | 114 |
| Binary | 11111111 | 11011101 | 10000101 | 0 | 1101 | 110000 | 0 | 101011 | 1100100 | 1001100 |
Color Harmonies of #FFDD85
Complementary color
Monochromatic Colors of #FFDD85
Black with #FFDD85
Text Example
Text Example
White with #FFDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD85; }
p { color: rgb(255,221,133); }
H1.HeaderClassName
{
color: #FFDD85;
}
.AnyTagClassName
{
color: #FFDD85;
}
</style>
background-color css
<style>
a { background-color: #FFDD85; }
a { background-color: rgb(255,221,133); }
div.DivClassName
{
background-color: #FFDD85;
}
.BgClassName
{
background-color: #FFDD85;
}
</style>
border-color css
<style>
span { border-color: #FFDD85; }
span { border-color: rgb(255,221,133); }
td.TdClassName
{
border-color: #FFDD85;
}
.TagClassName
{
border-color: #FFDD85;
}
</style>