Shades of Dark Goldenrod #C48306
Tints of Dark Goldenrod #C48306
RGB
CMYK
RGB Variations
Color information
#C48306 (or 0xC48306) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 06. RGB value is (196,131,6). Sum of RGB (Red+Green+Blue) = 196+131+6=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C48306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48306 is #3B7CF9. Grayscale: #888888. Windows color (decimal): -3898618 or 426948. OLE color: 426948.
HSL color Cylindrical-coordinate representation of color #C48306: hue angle of 39.47º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C48306 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 6 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.23 |
| HSL | 39.47º | 0.94% | 0.4% | - |
| HSV(B) | 39.47º | 0.97% | 0.77% | - |
| XYZ | 30.91 | 27.98 | 3.94 | - |
| YUV | 136.19 | 54.53 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 6 | 0 | 0.33 | 0.97 | 0.23 | 39.47 | 0.94 | 0.4 |
| Hex | C4 | 83 | 6 | 0 | 21 | 61 | 17 | 27 | 5E | 28 |
| Octal | 304 | 203 | 6 | 0 | 41 | 141 | 27 | 47 | 136 | 50 |
| Binary | 11000100 | 10000011 | 110 | 0 | 100001 | 1100001 | 10111 | 100111 | 1011110 | 101000 |
Color Harmonies of #C48306
Complementary color
Monochromatic Colors of #C48306
Black with #C48306
Text Example
Text Example
White with #C48306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48306; }
p { color: rgb(196,131,6); }
H1.HeaderClassName
{
color: #C48306;
}
.AnyTagClassName
{
color: #C48306;
}
</style>
background-color css
<style>
a { background-color: #C48306; }
a { background-color: rgb(196,131,6); }
div.DivClassName
{
background-color: #C48306;
}
.BgClassName
{
background-color: #C48306;
}
</style>
border-color css
<style>
span { border-color: #C48306; }
span { border-color: rgb(196,131,6); }
td.TdClassName
{
border-color: #C48306;
}
.TagClassName
{
border-color: #C48306;
}
</style>