Shades of Golden Glow #FFDA8B
Tints of Golden Glow #FFDA8B
RGB
CMYK
RGB Variations
Color information
#FFDA8B (or 0xFFDA8B) is known color: Golden Glow. HEX triplet: FF, DA and 8B. RGB value is (255,218,139). Sum of RGB (Red+Green+Blue) = 255+218+139=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA8B is #002574. Grayscale: #DCDCDC. Windows color (decimal): -9589 or 9165567. OLE color: 9165567.
HSL color Cylindrical-coordinate representation of color #FFDA8B: hue angle of 40.86º 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 #FFDA8B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 139 | - |
| CMYK | 0 | 0.15 | 0.45 | 0 |
| HSL | 40.86º | 1% | 0.77% | - |
| HSV(B) | 40.86º | 0.45% | 1% | - |
| XYZ | 70.97 | 73.27 | 34.83 | - |
| YUV | 220.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 139 | 0 | 0.15 | 0.45 | 0 | 40.86 | 1 | 0.77 |
| Hex | FF | DA | 8B | 0 | F | 2D | 0 | 29 | 64 | 4D |
| Octal | 377 | 332 | 213 | 0 | 17 | 55 | 0 | 51 | 144 | 115 |
| Binary | 11111111 | 11011010 | 10001011 | 0 | 1111 | 101101 | 0 | 101001 | 1100100 | 1001101 |
Color Harmonies of #FFDA8B
Complementary color
Monochromatic Colors of #FFDA8B
Black with #FFDA8B
Text Example
Text Example
White with #FFDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA8B; }
p { color: rgb(255,218,139); }
H1.HeaderClassName
{
color: #FFDA8B;
}
.AnyTagClassName
{
color: #FFDA8B;
}
</style>
background-color css
<style>
a { background-color: #FFDA8B; }
a { background-color: rgb(255,218,139); }
div.DivClassName
{
background-color: #FFDA8B;
}
.BgClassName
{
background-color: #FFDA8B;
}
</style>
border-color css
<style>
span { border-color: #FFDA8B; }
span { border-color: rgb(255,218,139); }
td.TdClassName
{
border-color: #FFDA8B;
}
.TagClassName
{
border-color: #FFDA8B;
}
</style>