Shades of Golden Yellow #FFDD0C
Tints of Golden Yellow #FFDD0C
RGB
CMYK
RGB Variations
Color information
#FFDD0C (or 0xFFDD0C) is known color: Golden Yellow. HEX triplet: FF, DD and 0C. RGB value is (255,221,12). Sum of RGB (Red+Green+Blue) = 255+221+12=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD0C is #0022F3. Grayscale: #D0D0D0. Windows color (decimal): -8948 or 843263. OLE color: 843263.
HSL color Cylindrical-coordinate representation of color #FFDD0C: hue angle of 51.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDD0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0 |
| HSL | 51.6º | 1% | 0.52% | - |
| HSV(B) | 51.6º | 0.95% | 1% | - |
| XYZ | 67.16 | 73 | 10.9 | - |
| YUV | 207.34 | 17.76 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 12 | 0 | 0.13 | 0.95 | 0 | 51.6 | 1 | 0.52 |
| Hex | FF | DD | C | 0 | D | 5F | 0 | 34 | 64 | 34 |
| Octal | 377 | 335 | 14 | 0 | 15 | 137 | 0 | 64 | 144 | 64 |
| Binary | 11111111 | 11011101 | 1100 | 0 | 1101 | 1011111 | 0 | 110100 | 1100100 | 110100 |
Color Harmonies of #FFDD0C
Complementary color
Monochromatic Colors of #FFDD0C
Black with #FFDD0C
Text Example
Text Example
White with #FFDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD0C; }
p { color: rgb(255,221,12); }
H1.HeaderClassName
{
color: #FFDD0C;
}
.AnyTagClassName
{
color: #FFDD0C;
}
</style>
background-color css
<style>
a { background-color: #FFDD0C; }
a { background-color: rgb(255,221,12); }
div.DivClassName
{
background-color: #FFDD0C;
}
.BgClassName
{
background-color: #FFDD0C;
}
</style>
border-color css
<style>
span { border-color: #FFDD0C; }
span { border-color: rgb(255,221,12); }
td.TdClassName
{
border-color: #FFDD0C;
}
.TagClassName
{
border-color: #FFDD0C;
}
</style>