Shades of Dark Goldenrod #C07A0F
Tints of Dark Goldenrod #C07A0F
RGB
CMYK
RGB Variations
Color information
#C07A0F (or 0xC07A0F) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 0F. RGB value is (192,122,15). Sum of RGB (Red+Green+Blue) = 192+122+15=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A0F is #3F85F0. Grayscale: #838383. Windows color (decimal): -4163057 or 1014464. OLE color: 1014464.
HSL color Cylindrical-coordinate representation of color #C07A0F: hue angle of 36.27º 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 #C07A0F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.25 |
| HSL | 36.27º | 0.86% | 0.41% | - |
| HSV(B) | 36.27º | 0.92% | 0.75% | - |
| XYZ | 28.78 | 25.16 | 3.79 | - |
| YUV | 130.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 15 | 0 | 0.36 | 0.92 | 0.25 | 36.27 | 0.86 | 0.41 |
| Hex | C0 | 7A | F | 0 | 24 | 5C | 19 | 24 | 56 | 29 |
| Octal | 300 | 172 | 17 | 0 | 44 | 134 | 31 | 44 | 126 | 51 |
| Binary | 11000000 | 1111010 | 1111 | 0 | 100100 | 1011100 | 11001 | 100100 | 1010110 | 101001 |
Color Harmonies of #C07A0F
Complementary color
Monochromatic Colors of #C07A0F
Black with #C07A0F
Text Example
Text Example
White with #C07A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A0F; }
p { color: rgb(192,122,15); }
H1.HeaderClassName
{
color: #C07A0F;
}
.AnyTagClassName
{
color: #C07A0F;
}
</style>
background-color css
<style>
a { background-color: #C07A0F; }
a { background-color: rgb(192,122,15); }
div.DivClassName
{
background-color: #C07A0F;
}
.BgClassName
{
background-color: #C07A0F;
}
</style>
border-color css
<style>
span { border-color: #C07A0F; }
span { border-color: rgb(192,122,15); }
td.TdClassName
{
border-color: #C07A0F;
}
.TagClassName
{
border-color: #C07A0F;
}
</style>