Shades of Dark Goldenrod #C08A0F
Tints of Dark Goldenrod #C08A0F
RGB
CMYK
RGB Variations
Color information
#C08A0F (or 0xC08A0F) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 0F. RGB value is (192,138,15). Sum of RGB (Red+Green+Blue) = 192+138+15=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A0F is #3F75F0. Grayscale: #8C8C8C. Windows color (decimal): -4158961 or 1018560. OLE color: 1018560.
HSL color Cylindrical-coordinate representation of color #C08A0F: hue angle of 41.69º 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 #C08A0F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 15 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.25 |
| HSL | 41.69º | 0.86% | 0.41% | - |
| HSV(B) | 41.69º | 0.92% | 0.75% | - |
| XYZ | 30.91 | 29.42 | 4.5 | - |
| YUV | 140.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 15 | 0 | 0.28 | 0.92 | 0.25 | 41.69 | 0.86 | 0.41 |
| Hex | C0 | 8A | F | 0 | 1C | 5C | 19 | 2A | 56 | 29 |
| Octal | 300 | 212 | 17 | 0 | 34 | 134 | 31 | 52 | 126 | 51 |
| Binary | 11000000 | 10001010 | 1111 | 0 | 11100 | 1011100 | 11001 | 101010 | 1010110 | 101001 |
Color Harmonies of #C08A0F
Complementary color
Monochromatic Colors of #C08A0F
Black with #C08A0F
Text Example
Text Example
White with #C08A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A0F; }
p { color: rgb(192,138,15); }
H1.HeaderClassName
{
color: #C08A0F;
}
.AnyTagClassName
{
color: #C08A0F;
}
</style>
background-color css
<style>
a { background-color: #C08A0F; }
a { background-color: rgb(192,138,15); }
div.DivClassName
{
background-color: #C08A0F;
}
.BgClassName
{
background-color: #C08A0F;
}
</style>
border-color css
<style>
span { border-color: #C08A0F; }
span { border-color: rgb(192,138,15); }
td.TdClassName
{
border-color: #C08A0F;
}
.TagClassName
{
border-color: #C08A0F;
}
</style>