Shades of Dark Goldenrod #C28603
Tints of Dark Goldenrod #C28603
RGB
CMYK
RGB Variations
Color information
#C28603 (or 0xC28603) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 03. RGB value is (194,134,3). Sum of RGB (Red+Green+Blue) = 194+134+3=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C28603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28603 is #3D79FC. Grayscale: #898989. Windows color (decimal): -4028925 or 231106. OLE color: 231106.
HSL color Cylindrical-coordinate representation of color #C28603: hue angle of 41.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C28603 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.24 |
| HSL | 41.15º | 0.97% | 0.39% | - |
| HSV(B) | 41.15º | 0.98% | 0.76% | - |
| XYZ | 30.79 | 28.53 | 3.97 | - |
| YUV | 137.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 3 | 0 | 0.31 | 0.98 | 0.24 | 41.15 | 0.97 | 0.39 |
| Hex | C2 | 86 | 3 | 0 | 1F | 62 | 18 | 29 | 61 | 27 |
| Octal | 302 | 206 | 3 | 0 | 37 | 142 | 30 | 51 | 141 | 47 |
| Binary | 11000010 | 10000110 | 11 | 0 | 11111 | 1100010 | 11000 | 101001 | 1100001 | 100111 |
Color Harmonies of #C28603
Complementary color
Monochromatic Colors of #C28603
Black with #C28603
Text Example
Text Example
White with #C28603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28603; }
p { color: rgb(194,134,3); }
H1.HeaderClassName
{
color: #C28603;
}
.AnyTagClassName
{
color: #C28603;
}
</style>
background-color css
<style>
a { background-color: #C28603; }
a { background-color: rgb(194,134,3); }
div.DivClassName
{
background-color: #C28603;
}
.BgClassName
{
background-color: #C28603;
}
</style>
border-color css
<style>
span { border-color: #C28603; }
span { border-color: rgb(194,134,3); }
td.TdClassName
{
border-color: #C28603;
}
.TagClassName
{
border-color: #C28603;
}
</style>