Shades of Gold #FFD30C
Tints of Gold #FFD30C
RGB
CMYK
RGB Variations
Color information
#FFD30C (or 0xFFD30C) is known color: Gold. HEX triplet: FF, D3 and 0C. RGB value is (255,211,12). Sum of RGB (Red+Green+Blue) = 255+211+12=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD30C is #002CF3. Grayscale: #CACACA. Windows color (decimal): -11508 or 840703. OLE color: 840703.
HSL color Cylindrical-coordinate representation of color #FFD30C: hue angle of 49.14º 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 #FFD30C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0 |
| HSL | 49.14º | 1% | 0.52% | - |
| HSV(B) | 49.14º | 0.95% | 1% | - |
| XYZ | 64.6 | 67.88 | 10.04 | - |
| YUV | 201.47 | 21.08 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 12 | 0 | 0.17 | 0.95 | 0 | 49.14 | 1 | 0.52 |
| Hex | FF | D3 | C | 0 | 11 | 5F | 0 | 31 | 64 | 34 |
| Octal | 377 | 323 | 14 | 0 | 21 | 137 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010011 | 1100 | 0 | 10001 | 1011111 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD30C
Complementary color
Monochromatic Colors of #FFD30C
Black with #FFD30C
Text Example
Text Example
White with #FFD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD30C; }
p { color: rgb(255,211,12); }
H1.HeaderClassName
{
color: #FFD30C;
}
.AnyTagClassName
{
color: #FFD30C;
}
</style>
background-color css
<style>
a { background-color: #FFD30C; }
a { background-color: rgb(255,211,12); }
div.DivClassName
{
background-color: #FFD30C;
}
.BgClassName
{
background-color: #FFD30C;
}
</style>
border-color css
<style>
span { border-color: #FFD30C; }
span { border-color: rgb(255,211,12); }
td.TdClassName
{
border-color: #FFD30C;
}
.TagClassName
{
border-color: #FFD30C;
}
</style>