Shades of Golden Yellow #FFDC08
Tints of Golden Yellow #FFDC08
RGB
CMYK
RGB Variations
Color information
#FFDC08 (or 0xFFDC08) is known color: Golden Yellow. HEX triplet: FF, DC and 08. RGB value is (255,220,8). Sum of RGB (Red+Green+Blue) = 255+220+8=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 8 (3.52% from 255 or 1.66% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC08 is #0023F7. Grayscale: #CFCFCF. Windows color (decimal): -9208 or 580863. OLE color: 580863.
HSL color Cylindrical-coordinate representation of color #FFDC08: hue angle of 51.5º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDC08 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0 |
| HSL | 51.5º | 1% | 0.52% | - |
| HSV(B) | 51.5º | 0.97% | 1% | - |
| XYZ | 66.88 | 72.46 | 10.69 | - |
| YUV | 206.3 | 16.1 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 8 | 0 | 0.14 | 0.97 | 0 | 51.5 | 1 | 0.52 |
| Hex | FF | DC | 8 | 0 | E | 61 | 0 | 33 | 64 | 34 |
| Octal | 377 | 334 | 10 | 0 | 16 | 141 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011100 | 1000 | 0 | 1110 | 1100001 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDC08
Complementary color
Monochromatic Colors of #FFDC08
Black with #FFDC08
Text Example
Text Example
White with #FFDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC08; }
p { color: rgb(255,220,8); }
H1.HeaderClassName
{
color: #FFDC08;
}
.AnyTagClassName
{
color: #FFDC08;
}
</style>
background-color css
<style>
a { background-color: #FFDC08; }
a { background-color: rgb(255,220,8); }
div.DivClassName
{
background-color: #FFDC08;
}
.BgClassName
{
background-color: #FFDC08;
}
</style>
border-color css
<style>
span { border-color: #FFDC08; }
span { border-color: rgb(255,220,8); }
td.TdClassName
{
border-color: #FFDC08;
}
.TagClassName
{
border-color: #FFDC08;
}
</style>