Shades of Dark Goldenrod #C48403
Tints of Dark Goldenrod #C48403
RGB
CMYK
RGB Variations
Color information
#C48403 (or 0xC48403) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 03. RGB value is (196,132,3). Sum of RGB (Red+Green+Blue) = 196+132+3=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C48403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48403 is #3B7BFC. Grayscale: #898989. Windows color (decimal): -3898365 or 230596. OLE color: 230596.
HSL color Cylindrical-coordinate representation of color #C48403: hue angle of 40.1º 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 #C48403 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.23 |
| HSL | 40.1º | 0.97% | 0.39% | - |
| HSV(B) | 40.1º | 0.98% | 0.77% | - |
| XYZ | 31.03 | 28.24 | 3.9 | - |
| YUV | 136.43 | 52.7 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 3 | 0 | 0.33 | 0.98 | 0.23 | 40.1 | 0.97 | 0.39 |
| Hex | C4 | 84 | 3 | 0 | 21 | 62 | 17 | 28 | 61 | 27 |
| Octal | 304 | 204 | 3 | 0 | 41 | 142 | 27 | 50 | 141 | 47 |
| Binary | 11000100 | 10000100 | 11 | 0 | 100001 | 1100010 | 10111 | 101000 | 1100001 | 100111 |
Color Harmonies of #C48403
Complementary color
Monochromatic Colors of #C48403
Black with #C48403
Text Example
Text Example
White with #C48403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48403; }
p { color: rgb(196,132,3); }
H1.HeaderClassName
{
color: #C48403;
}
.AnyTagClassName
{
color: #C48403;
}
</style>
background-color css
<style>
a { background-color: #C48403; }
a { background-color: rgb(196,132,3); }
div.DivClassName
{
background-color: #C48403;
}
.BgClassName
{
background-color: #C48403;
}
</style>
border-color css
<style>
span { border-color: #C48403; }
span { border-color: rgb(196,132,3); }
td.TdClassName
{
border-color: #C48403;
}
.TagClassName
{
border-color: #C48403;
}
</style>