Shades of Dark Goldenrod #C28B06
Tints of Dark Goldenrod #C28B06
RGB
CMYK
RGB Variations
Color information
#C28B06 (or 0xC28B06) is known color: Dark Goldenrod. HEX triplet: C2, 8B and 06. RGB value is (194,139,6). Sum of RGB (Red+Green+Blue) = 194+139+6=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28B06 is #3D74F9. Grayscale: #8C8C8C. Windows color (decimal): -4027642 or 428994. OLE color: 428994.
HSL color Cylindrical-coordinate representation of color #C28B06: hue angle of 42.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28B06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.24 |
| HSL | 42.45º | 0.94% | 0.39% | - |
| HSV(B) | 42.45º | 0.97% | 0.76% | - |
| XYZ | 31.51 | 29.95 | 4.29 | - |
| YUV | 140.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 6 | 0 | 0.28 | 0.97 | 0.24 | 42.45 | 0.94 | 0.39 |
| Hex | C2 | 8B | 6 | 0 | 1C | 61 | 18 | 2A | 5E | 27 |
| Octal | 302 | 213 | 6 | 0 | 34 | 141 | 30 | 52 | 136 | 47 |
| Binary | 11000010 | 10001011 | 110 | 0 | 11100 | 1100001 | 11000 | 101010 | 1011110 | 100111 |
Color Harmonies of #C28B06
Complementary color
Monochromatic Colors of #C28B06
Black with #C28B06
Text Example
Text Example
White with #C28B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B06; }
p { color: rgb(194,139,6); }
H1.HeaderClassName
{
color: #C28B06;
}
.AnyTagClassName
{
color: #C28B06;
}
</style>
background-color css
<style>
a { background-color: #C28B06; }
a { background-color: rgb(194,139,6); }
div.DivClassName
{
background-color: #C28B06;
}
.BgClassName
{
background-color: #C28B06;
}
</style>
border-color css
<style>
span { border-color: #C28B06; }
span { border-color: rgb(194,139,6); }
td.TdClassName
{
border-color: #C28B06;
}
.TagClassName
{
border-color: #C28B06;
}
</style>