Shades of Dark Goldenrod #C28308
Tints of Dark Goldenrod #C28308
RGB
CMYK
RGB Variations
Color information
#C28308 (or 0xC28308) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 08. RGB value is (194,131,8). Sum of RGB (Red+Green+Blue) = 194+131+8=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C28308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28308 is #3D7CF7. Grayscale: #888888. Windows color (decimal): -4029688 or 558018. OLE color: 558018.
HSL color Cylindrical-coordinate representation of color #C28308: hue angle of 39.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C28308 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.24 |
| HSL | 39.68º | 0.92% | 0.4% | - |
| HSV(B) | 39.68º | 0.96% | 0.76% | - |
| XYZ | 30.41 | 27.72 | 3.98 | - |
| YUV | 135.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 8 | 0 | 0.32 | 0.96 | 0.24 | 39.68 | 0.92 | 0.4 |
| Hex | C2 | 83 | 8 | 0 | 20 | 60 | 18 | 28 | 5C | 28 |
| Octal | 302 | 203 | 10 | 0 | 40 | 140 | 30 | 50 | 134 | 50 |
| Binary | 11000010 | 10000011 | 1000 | 0 | 100000 | 1100000 | 11000 | 101000 | 1011100 | 101000 |
Color Harmonies of #C28308
Complementary color
Monochromatic Colors of #C28308
Black with #C28308
Text Example
Text Example
White with #C28308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28308; }
p { color: rgb(194,131,8); }
H1.HeaderClassName
{
color: #C28308;
}
.AnyTagClassName
{
color: #C28308;
}
</style>
background-color css
<style>
a { background-color: #C28308; }
a { background-color: rgb(194,131,8); }
div.DivClassName
{
background-color: #C28308;
}
.BgClassName
{
background-color: #C28308;
}
</style>
border-color css
<style>
span { border-color: #C28308; }
span { border-color: rgb(194,131,8); }
td.TdClassName
{
border-color: #C28308;
}
.TagClassName
{
border-color: #C28308;
}
</style>