Shades of Dark Goldenrod #C08119
Tints of Dark Goldenrod #C08119
RGB
CMYK
RGB Variations
Color information
#C08119 (or 0xC08119) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 19. RGB value is (192,129,25). Sum of RGB (Red+Green+Blue) = 192+129+25=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08119 is #3F7EE6. Grayscale: #888888. Windows color (decimal): -4161255 or 1671616. OLE color: 1671616.
HSL color Cylindrical-coordinate representation of color #C08119: hue angle of 37.37º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C08119 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 25 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.25 |
| HSL | 37.37º | 0.77% | 0.43% | - |
| HSV(B) | 37.37º | 0.87% | 0.75% | - |
| XYZ | 29.76 | 26.98 | 4.56 | - |
| YUV | 135.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 25 | 0 | 0.33 | 0.87 | 0.25 | 37.37 | 0.77 | 0.43 |
| Hex | C0 | 81 | 19 | 0 | 21 | 57 | 19 | 25 | 4D | 2B |
| Octal | 300 | 201 | 31 | 0 | 41 | 127 | 31 | 45 | 115 | 53 |
| Binary | 11000000 | 10000001 | 11001 | 0 | 100001 | 1010111 | 11001 | 100101 | 1001101 | 101011 |
Color Harmonies of #C08119
Complementary color
Monochromatic Colors of #C08119
Black with #C08119
Text Example
Text Example
White with #C08119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08119; }
p { color: rgb(192,129,25); }
H1.HeaderClassName
{
color: #C08119;
}
.AnyTagClassName
{
color: #C08119;
}
</style>
background-color css
<style>
a { background-color: #C08119; }
a { background-color: rgb(192,129,25); }
div.DivClassName
{
background-color: #C08119;
}
.BgClassName
{
background-color: #C08119;
}
</style>
border-color css
<style>
span { border-color: #C08119; }
span { border-color: rgb(192,129,25); }
td.TdClassName
{
border-color: #C08119;
}
.TagClassName
{
border-color: #C08119;
}
</style>