Shades of Dark Goldenrod #C79701
Tints of Dark Goldenrod #C79701
RGB
CMYK
RGB Variations
Color information
#C79701 (or 0xC79701) is known color: Dark Goldenrod. HEX triplet: C7, 97 and 01. RGB value is (199,151,1). Sum of RGB (Red+Green+Blue) = 199+151+1=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C79701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79701 is #3868FE. Grayscale: #949494. Windows color (decimal): -3696895 or 104391. OLE color: 104391.
HSL color Cylindrical-coordinate representation of color #C79701: hue angle of 45.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C79701 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.22 |
| HSL | 45.45º | 0.99% | 0.39% | - |
| HSV(B) | 45.45º | 0.99% | 0.78% | - |
| XYZ | 34.63 | 34.28 | 4.82 | - |
| YUV | 148.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 1 | 0 | 0.24 | 0.99 | 0.22 | 45.45 | 0.99 | 0.39 |
| Hex | C7 | 97 | 1 | 0 | 18 | 63 | 16 | 2D | 63 | 27 |
| Octal | 307 | 227 | 1 | 0 | 30 | 143 | 26 | 55 | 143 | 47 |
| Binary | 11000111 | 10010111 | 1 | 0 | 11000 | 1100011 | 10110 | 101101 | 1100011 | 100111 |
Color Harmonies of #C79701
Complementary color
Monochromatic Colors of #C79701
Black with #C79701
Text Example
Text Example
White with #C79701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79701; }
p { color: rgb(199,151,1); }
H1.HeaderClassName
{
color: #C79701;
}
.AnyTagClassName
{
color: #C79701;
}
</style>
background-color css
<style>
a { background-color: #C79701; }
a { background-color: rgb(199,151,1); }
div.DivClassName
{
background-color: #C79701;
}
.BgClassName
{
background-color: #C79701;
}
</style>
border-color css
<style>
span { border-color: #C79701; }
span { border-color: rgb(199,151,1); }
td.TdClassName
{
border-color: #C79701;
}
.TagClassName
{
border-color: #C79701;
}
</style>