Shades of Dark Goldenrod #C08B0D
Tints of Dark Goldenrod #C08B0D
RGB
CMYK
RGB Variations
Color information
#C08B0D (or 0xC08B0D) is known color: Dark Goldenrod. HEX triplet: C0, 8B and 0D. RGB value is (192,139,13). Sum of RGB (Red+Green+Blue) = 192+139+13=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08B0D is #3F74F2. Grayscale: #8D8D8D. Windows color (decimal): -4158707 or 887744. OLE color: 887744.
HSL color Cylindrical-coordinate representation of color #C08B0D: hue angle of 42.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C08B0D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.25 |
| HSL | 42.23º | 0.87% | 0.4% | - |
| HSV(B) | 42.23º | 0.93% | 0.75% | - |
| XYZ | 31.04 | 29.7 | 4.48 | - |
| YUV | 140.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 13 | 0 | 0.28 | 0.93 | 0.25 | 42.23 | 0.87 | 0.4 |
| Hex | C0 | 8B | D | 0 | 1C | 5D | 19 | 2A | 57 | 28 |
| Octal | 300 | 213 | 15 | 0 | 34 | 135 | 31 | 52 | 127 | 50 |
| Binary | 11000000 | 10001011 | 1101 | 0 | 11100 | 1011101 | 11001 | 101010 | 1010111 | 101000 |
Color Harmonies of #C08B0D
Complementary color
Monochromatic Colors of #C08B0D
Black with #C08B0D
Text Example
Text Example
White with #C08B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B0D; }
p { color: rgb(192,139,13); }
H1.HeaderClassName
{
color: #C08B0D;
}
.AnyTagClassName
{
color: #C08B0D;
}
</style>
background-color css
<style>
a { background-color: #C08B0D; }
a { background-color: rgb(192,139,13); }
div.DivClassName
{
background-color: #C08B0D;
}
.BgClassName
{
background-color: #C08B0D;
}
</style>
border-color css
<style>
span { border-color: #C08B0D; }
span { border-color: rgb(192,139,13); }
td.TdClassName
{
border-color: #C08B0D;
}
.TagClassName
{
border-color: #C08B0D;
}
</style>