Shades of Golden Yellow #FDDD07
Tints of Golden Yellow #FDDD07
RGB
CMYK
RGB Variations
Color information
#FDDD07 (or 0xFDDD07) is known color: Golden Yellow. HEX triplet: FD, DD and 07. RGB value is (253,221,7). Sum of RGB (Red+Green+Blue) = 253+221+7=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD07 is #0222F8. Grayscale: #CFCFCF. Windows color (decimal): -140025 or 515581. OLE color: 515581.
HSL color Cylindrical-coordinate representation of color #FDDD07: hue angle of 52.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDDD07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.01 |
| HSL | 52.2º | 0.98% | 0.51% | - |
| HSV(B) | 52.2º | 0.97% | 0.99% | - |
| XYZ | 66.4 | 72.61 | 10.72 | - |
| YUV | 206.17 | 15.6 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 7 | 0 | 0.13 | 0.97 | 0.01 | 52.2 | 0.98 | 0.51 |
| Hex | FD | DD | 7 | 0 | D | 61 | 1 | 34 | 62 | 33 |
| Octal | 375 | 335 | 7 | 0 | 15 | 141 | 1 | 64 | 142 | 63 |
| Binary | 11111101 | 11011101 | 111 | 0 | 1101 | 1100001 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FDDD07
Complementary color
Monochromatic Colors of #FDDD07
Black with #FDDD07
Text Example
Text Example
White with #FDDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD07; }
p { color: rgb(253,221,7); }
H1.HeaderClassName
{
color: #FDDD07;
}
.AnyTagClassName
{
color: #FDDD07;
}
</style>
background-color css
<style>
a { background-color: #FDDD07; }
a { background-color: rgb(253,221,7); }
div.DivClassName
{
background-color: #FDDD07;
}
.BgClassName
{
background-color: #FDDD07;
}
</style>
border-color css
<style>
span { border-color: #FDDD07; }
span { border-color: rgb(253,221,7); }
td.TdClassName
{
border-color: #FDDD07;
}
.TagClassName
{
border-color: #FDDD07;
}
</style>