Shades of Golden Glow #FFDD8B
Tints of Golden Glow #FFDD8B
RGB
CMYK
RGB Variations
Color information
#FFDD8B (or 0xFFDD8B) is known color: Golden Glow. HEX triplet: FF, DD and 8B. RGB value is (255,221,139). Sum of RGB (Red+Green+Blue) = 255+221+139=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD8B is #002274. Grayscale: #DEDEDE. Windows color (decimal): -8821 or 9166335. OLE color: 9166335.
HSL color Cylindrical-coordinate representation of color #FFDD8B: hue angle of 42.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFDD8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0 |
| HSL | 42.41º | 1% | 0.77% | - |
| HSV(B) | 42.41º | 0.45% | 1% | - |
| XYZ | 71.76 | 74.84 | 35.09 | - |
| YUV | 221.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 139 | 0 | 0.13 | 0.45 | 0 | 42.41 | 1 | 0.77 |
| Hex | FF | DD | 8B | 0 | D | 2D | 0 | 2A | 64 | 4D |
| Octal | 377 | 335 | 213 | 0 | 15 | 55 | 0 | 52 | 144 | 115 |
| Binary | 11111111 | 11011101 | 10001011 | 0 | 1101 | 101101 | 0 | 101010 | 1100100 | 1001101 |
Color Harmonies of #FFDD8B
Complementary color
Monochromatic Colors of #FFDD8B
Black with #FFDD8B
Text Example
Text Example
White with #FFDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD8B; }
p { color: rgb(255,221,139); }
H1.HeaderClassName
{
color: #FFDD8B;
}
.AnyTagClassName
{
color: #FFDD8B;
}
</style>
background-color css
<style>
a { background-color: #FFDD8B; }
a { background-color: rgb(255,221,139); }
div.DivClassName
{
background-color: #FFDD8B;
}
.BgClassName
{
background-color: #FFDD8B;
}
</style>
border-color css
<style>
span { border-color: #FFDD8B; }
span { border-color: rgb(255,221,139); }
td.TdClassName
{
border-color: #FFDD8B;
}
.TagClassName
{
border-color: #FFDD8B;
}
</style>