Shades of Dark Goldenrod #C48103
Tints of Dark Goldenrod #C48103
RGB
CMYK
RGB Variations
Color information
#C48103 (or 0xC48103) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 03. RGB value is (196,129,3). Sum of RGB (Red+Green+Blue) = 196+129+3=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C48103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48103 is #3B7EFC. Grayscale: #878787. Windows color (decimal): -3899133 or 229828. OLE color: 229828.
HSL color Cylindrical-coordinate representation of color #C48103: hue angle of 39.17º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C48103 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.23 |
| HSL | 39.17º | 0.97% | 0.39% | - |
| HSV(B) | 39.17º | 0.98% | 0.77% | - |
| XYZ | 30.63 | 27.44 | 3.77 | - |
| YUV | 134.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 3 | 0 | 0.34 | 0.98 | 0.23 | 39.17 | 0.97 | 0.39 |
| Hex | C4 | 81 | 3 | 0 | 22 | 62 | 17 | 27 | 61 | 27 |
| Octal | 304 | 201 | 3 | 0 | 42 | 142 | 27 | 47 | 141 | 47 |
| Binary | 11000100 | 10000001 | 11 | 0 | 100010 | 1100010 | 10111 | 100111 | 1100001 | 100111 |
Color Harmonies of #C48103
Complementary color
Monochromatic Colors of #C48103
Black with #C48103
Text Example
Text Example
White with #C48103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48103; }
p { color: rgb(196,129,3); }
H1.HeaderClassName
{
color: #C48103;
}
.AnyTagClassName
{
color: #C48103;
}
</style>
background-color css
<style>
a { background-color: #C48103; }
a { background-color: rgb(196,129,3); }
div.DivClassName
{
background-color: #C48103;
}
.BgClassName
{
background-color: #C48103;
}
</style>
border-color css
<style>
span { border-color: #C48103; }
span { border-color: rgb(196,129,3); }
td.TdClassName
{
border-color: #C48103;
}
.TagClassName
{
border-color: #C48103;
}
</style>