Shades of Dark Goldenrod #C48C03
Tints of Dark Goldenrod #C48C03
RGB
CMYK
RGB Variations
Color information
#C48C03 (or 0xC48C03) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 03. RGB value is (196,140,3). Sum of RGB (Red+Green+Blue) = 196+140+3=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C03 is #3B73FC. Grayscale: #8D8D8D. Windows color (decimal): -3896317 or 232644. OLE color: 232644.
HSL color Cylindrical-coordinate representation of color #C48C03: hue angle of 42.59º 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 #C48C03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.23 |
| HSL | 42.59º | 0.97% | 0.39% | - |
| HSV(B) | 42.59º | 0.98% | 0.77% | - |
| XYZ | 32.16 | 30.5 | 4.28 | - |
| YUV | 141.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 3 | 0 | 0.29 | 0.98 | 0.23 | 42.59 | 0.97 | 0.39 |
| Hex | C4 | 8C | 3 | 0 | 1D | 62 | 17 | 2B | 61 | 27 |
| Octal | 304 | 214 | 3 | 0 | 35 | 142 | 27 | 53 | 141 | 47 |
| Binary | 11000100 | 10001100 | 11 | 0 | 11101 | 1100010 | 10111 | 101011 | 1100001 | 100111 |
Color Harmonies of #C48C03
Complementary color
Monochromatic Colors of #C48C03
Black with #C48C03
Text Example
Text Example
White with #C48C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C03; }
p { color: rgb(196,140,3); }
H1.HeaderClassName
{
color: #C48C03;
}
.AnyTagClassName
{
color: #C48C03;
}
</style>
background-color css
<style>
a { background-color: #C48C03; }
a { background-color: rgb(196,140,3); }
div.DivClassName
{
background-color: #C48C03;
}
.BgClassName
{
background-color: #C48C03;
}
</style>
border-color css
<style>
span { border-color: #C48C03; }
span { border-color: rgb(196,140,3); }
td.TdClassName
{
border-color: #C48C03;
}
.TagClassName
{
border-color: #C48C03;
}
</style>