Shades of Golden Yellow #FFDC0B
Tints of Golden Yellow #FFDC0B
RGB
CMYK
RGB Variations
Color information
#FFDC0B (or 0xFFDC0B) is known color: Golden Yellow. HEX triplet: FF, DC and 0B. RGB value is (255,220,11). Sum of RGB (Red+Green+Blue) = 255+220+11=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 11 (4.69% from 255 or 2.26% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC0B is #0023F4. Grayscale: #CFCFCF. Windows color (decimal): -9205 or 777471. OLE color: 777471.
HSL color Cylindrical-coordinate representation of color #FFDC0B: hue angle of 51.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFDC0B is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 11 | - |
| CMYK | 0 | 0.14 | 0.96 | 0 |
| HSL | 51.39º | 1% | 0.52% | - |
| HSV(B) | 51.39º | 0.96% | 1% | - |
| XYZ | 66.89 | 72.47 | 10.78 | - |
| YUV | 206.64 | 17.6 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 11 | 0 | 0.14 | 0.96 | 0 | 51.39 | 1 | 0.52 |
| Hex | FF | DC | B | 0 | E | 60 | 0 | 33 | 64 | 34 |
| Octal | 377 | 334 | 13 | 0 | 16 | 140 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011100 | 1011 | 0 | 1110 | 1100000 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDC0B
Complementary color
Monochromatic Colors of #FFDC0B
Black with #FFDC0B
Text Example
Text Example
White with #FFDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC0B; }
p { color: rgb(255,220,11); }
H1.HeaderClassName
{
color: #FFDC0B;
}
.AnyTagClassName
{
color: #FFDC0B;
}
</style>
background-color css
<style>
a { background-color: #FFDC0B; }
a { background-color: rgb(255,220,11); }
div.DivClassName
{
background-color: #FFDC0B;
}
.BgClassName
{
background-color: #FFDC0B;
}
</style>
border-color css
<style>
span { border-color: #FFDC0B; }
span { border-color: rgb(255,220,11); }
td.TdClassName
{
border-color: #FFDC0B;
}
.TagClassName
{
border-color: #FFDC0B;
}
</style>