Shades of Dark Goldenrod #C0830F
Tints of Dark Goldenrod #C0830F
RGB
CMYK
RGB Variations
Color information
#C0830F (or 0xC0830F) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 0F. RGB value is (192,131,15). Sum of RGB (Red+Green+Blue) = 192+131+15=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0830F is #3F7CF0. Grayscale: #888888. Windows color (decimal): -4160753 or 1016768. OLE color: 1016768.
HSL color Cylindrical-coordinate representation of color #C0830F: hue angle of 39.32º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0830F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.25 |
| HSL | 39.32º | 0.86% | 0.41% | - |
| HSV(B) | 39.32º | 0.92% | 0.75% | - |
| XYZ | 29.94 | 27.47 | 4.18 | - |
| YUV | 136.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 15 | 0 | 0.32 | 0.92 | 0.25 | 39.32 | 0.86 | 0.41 |
| Hex | C0 | 83 | F | 0 | 20 | 5C | 19 | 27 | 56 | 29 |
| Octal | 300 | 203 | 17 | 0 | 40 | 134 | 31 | 47 | 126 | 51 |
| Binary | 11000000 | 10000011 | 1111 | 0 | 100000 | 1011100 | 11001 | 100111 | 1010110 | 101001 |
Color Harmonies of #C0830F
Complementary color
Monochromatic Colors of #C0830F
Black with #C0830F
Text Example
Text Example
White with #C0830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0830F; }
p { color: rgb(192,131,15); }
H1.HeaderClassName
{
color: #C0830F;
}
.AnyTagClassName
{
color: #C0830F;
}
</style>
background-color css
<style>
a { background-color: #C0830F; }
a { background-color: rgb(192,131,15); }
div.DivClassName
{
background-color: #C0830F;
}
.BgClassName
{
background-color: #C0830F;
}
</style>
border-color css
<style>
span { border-color: #C0830F; }
span { border-color: rgb(192,131,15); }
td.TdClassName
{
border-color: #C0830F;
}
.TagClassName
{
border-color: #C0830F;
}
</style>