Shades of Dark Goldenrod #C08D0F
Tints of Dark Goldenrod #C08D0F
RGB
CMYK
RGB Variations
Color information
#C08D0F (or 0xC08D0F) is known color: Dark Goldenrod. HEX triplet: C0, 8D and 0F. RGB value is (192,141,15). Sum of RGB (Red+Green+Blue) = 192+141+15=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08D0F is #3F72F0. Grayscale: #8E8E8E. Windows color (decimal): -4158193 or 1019328. OLE color: 1019328.
HSL color Cylindrical-coordinate representation of color #C08D0F: hue angle of 42.71º 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 #C08D0F is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 15 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.25 |
| HSL | 42.71º | 0.86% | 0.41% | - |
| HSV(B) | 42.71º | 0.92% | 0.75% | - |
| XYZ | 31.35 | 30.29 | 4.65 | - |
| YUV | 141.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 15 | 0 | 0.27 | 0.92 | 0.25 | 42.71 | 0.86 | 0.41 |
| Hex | C0 | 8D | F | 0 | 1B | 5C | 19 | 2B | 56 | 29 |
| Octal | 300 | 215 | 17 | 0 | 33 | 134 | 31 | 53 | 126 | 51 |
| Binary | 11000000 | 10001101 | 1111 | 0 | 11011 | 1011100 | 11001 | 101011 | 1010110 | 101001 |
Color Harmonies of #C08D0F
Complementary color
Monochromatic Colors of #C08D0F
Black with #C08D0F
Text Example
Text Example
White with #C08D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D0F; }
p { color: rgb(192,141,15); }
H1.HeaderClassName
{
color: #C08D0F;
}
.AnyTagClassName
{
color: #C08D0F;
}
</style>
background-color css
<style>
a { background-color: #C08D0F; }
a { background-color: rgb(192,141,15); }
div.DivClassName
{
background-color: #C08D0F;
}
.BgClassName
{
background-color: #C08D0F;
}
</style>
border-color css
<style>
span { border-color: #C08D0F; }
span { border-color: rgb(192,141,15); }
td.TdClassName
{
border-color: #C08D0F;
}
.TagClassName
{
border-color: #C08D0F;
}
</style>