Shades of Golden Yellow #FFDD06
Tints of Golden Yellow #FFDD06
RGB
CMYK
RGB Variations
Color information
#FFDD06 (or 0xFFDD06) is known color: Golden Yellow. HEX triplet: FF, DD and 06. RGB value is (255,221,6). Sum of RGB (Red+Green+Blue) = 255+221+6=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD06 is #0022F9. Grayscale: #CFCFCF. Windows color (decimal): -8954 or 450047. OLE color: 450047.
HSL color Cylindrical-coordinate representation of color #FFDD06: hue angle of 51.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFDD06 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 6 | - |
| CMYK | 0 | 0.13 | 0.98 | 0 |
| HSL | 51.81º | 1% | 0.51% | - |
| HSV(B) | 51.81º | 0.98% | 1% | - |
| XYZ | 67.13 | 72.99 | 10.72 | - |
| YUV | 206.66 | 14.76 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 6 | 0 | 0.13 | 0.98 | 0 | 51.81 | 1 | 0.51 |
| Hex | FF | DD | 6 | 0 | D | 62 | 0 | 34 | 64 | 33 |
| Octal | 377 | 335 | 6 | 0 | 15 | 142 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011101 | 110 | 0 | 1101 | 1100010 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDD06
Complementary color
Monochromatic Colors of #FFDD06
Black with #FFDD06
Text Example
Text Example
White with #FFDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD06; }
p { color: rgb(255,221,6); }
H1.HeaderClassName
{
color: #FFDD06;
}
.AnyTagClassName
{
color: #FFDD06;
}
</style>
background-color css
<style>
a { background-color: #FFDD06; }
a { background-color: rgb(255,221,6); }
div.DivClassName
{
background-color: #FFDD06;
}
.BgClassName
{
background-color: #FFDD06;
}
</style>
border-color css
<style>
span { border-color: #FFDD06; }
span { border-color: rgb(255,221,6); }
td.TdClassName
{
border-color: #FFDD06;
}
.TagClassName
{
border-color: #FFDD06;
}
</style>