Shades of Dark Goldenrod #C67200
Tints of Dark Goldenrod #C67200
RGB
CMYK
RGB Variations
Color information
#C67200 (or 0xC67200) is known color: Dark Goldenrod. HEX triplet: C6, 72 and 00. RGB value is (198,114,0). Sum of RGB (Red+Green+Blue) = 198+114+0=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C67200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67200 is #398DFF. Grayscale: #7E7E7E. Windows color (decimal): -3771904 or 29382. OLE color: 29382.
HSL color Cylindrical-coordinate representation of color #C67200: hue angle of 34.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C67200 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.22 |
| HSL | 34.55º | 1% | 0.39% | - |
| HSV(B) | 34.55º | 1% | 0.78% | - |
| XYZ | 29.31 | 24.04 | 3.1 | - |
| YUV | 126.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 0 | 0 | 0.42 | 1 | 0.22 | 34.55 | 1 | 0.39 |
| Hex | C6 | 72 | 0 | 0 | 2A | 64 | 16 | 23 | 64 | 27 |
| Octal | 306 | 162 | 0 | 0 | 52 | 144 | 26 | 43 | 144 | 47 |
| Binary | 11000110 | 1110010 | 0 | 0 | 101010 | 1100100 | 10110 | 100011 | 1100100 | 100111 |
Color Harmonies of #C67200
Complementary color
Monochromatic Colors of #C67200
Black with #C67200
Text Example
Text Example
White with #C67200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67200; }
p { color: rgb(198,114,0); }
H1.HeaderClassName
{
color: #C67200;
}
.AnyTagClassName
{
color: #C67200;
}
</style>
background-color css
<style>
a { background-color: #C67200; }
a { background-color: rgb(198,114,0); }
div.DivClassName
{
background-color: #C67200;
}
.BgClassName
{
background-color: #C67200;
}
</style>
border-color css
<style>
span { border-color: #C67200; }
span { border-color: rgb(198,114,0); }
td.TdClassName
{
border-color: #C67200;
}
.TagClassName
{
border-color: #C67200;
}
</style>