Shades of Golden Glow #FFDD83
Tints of Golden Glow #FFDD83
RGB
CMYK
RGB Variations
Color information
#FFDD83 (or 0xFFDD83) is known color: Golden Glow. HEX triplet: FF, DD and 83. RGB value is (255,221,131). Sum of RGB (Red+Green+Blue) = 255+221+131=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD83 is #00227C. Grayscale: #DDDDDD. Windows color (decimal): -8829 or 8642047. OLE color: 8642047.
HSL color Cylindrical-coordinate representation of color #FFDD83: hue angle of 43.55º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFDD83 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 131 | - |
| CMYK | 0 | 0.13 | 0.49 | 0 |
| HSL | 43.55º | 1% | 0.76% | - |
| HSV(B) | 43.55º | 0.49% | 1% | - |
| XYZ | 71.19 | 74.61 | 32.12 | - |
| YUV | 220.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 131 | 0 | 0.13 | 0.49 | 0 | 43.55 | 1 | 0.76 |
| Hex | FF | DD | 83 | 0 | D | 31 | 0 | 2C | 64 | 4C |
| Octal | 377 | 335 | 203 | 0 | 15 | 61 | 0 | 54 | 144 | 114 |
| Binary | 11111111 | 11011101 | 10000011 | 0 | 1101 | 110001 | 0 | 101100 | 1100100 | 1001100 |
Color Harmonies of #FFDD83
Complementary color
Monochromatic Colors of #FFDD83
Black with #FFDD83
Text Example
Text Example
White with #FFDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD83; }
p { color: rgb(255,221,131); }
H1.HeaderClassName
{
color: #FFDD83;
}
.AnyTagClassName
{
color: #FFDD83;
}
</style>
background-color css
<style>
a { background-color: #FFDD83; }
a { background-color: rgb(255,221,131); }
div.DivClassName
{
background-color: #FFDD83;
}
.BgClassName
{
background-color: #FFDD83;
}
</style>
border-color css
<style>
span { border-color: #FFDD83; }
span { border-color: rgb(255,221,131); }
td.TdClassName
{
border-color: #FFDD83;
}
.TagClassName
{
border-color: #FFDD83;
}
</style>