Shades of Dark Goldenrod #C67500
Tints of Dark Goldenrod #C67500
RGB
CMYK
RGB Variations
Color information
#C67500 (or 0xC67500) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 00. RGB value is (198,117,0). Sum of RGB (Red+Green+Blue) = 198+117+0=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C67500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67500 is #398AFF. Grayscale: #808080. Windows color (decimal): -3771136 or 30150. OLE color: 30150.
HSL color Cylindrical-coordinate representation of color #C67500: hue angle of 35.45º 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 #C67500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.22 |
| HSL | 35.45º | 1% | 0.39% | - |
| HSV(B) | 35.45º | 1% | 0.78% | - |
| XYZ | 29.65 | 24.73 | 3.21 | - |
| YUV | 127.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 0 | 0 | 0.41 | 1 | 0.22 | 35.45 | 1 | 0.39 |
| Hex | C6 | 75 | 0 | 0 | 29 | 64 | 16 | 23 | 64 | 27 |
| Octal | 306 | 165 | 0 | 0 | 51 | 144 | 26 | 43 | 144 | 47 |
| Binary | 11000110 | 1110101 | 0 | 0 | 101001 | 1100100 | 10110 | 100011 | 1100100 | 100111 |
Color Harmonies of #C67500
Complementary color
Monochromatic Colors of #C67500
Black with #C67500
Text Example
Text Example
White with #C67500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67500; }
p { color: rgb(198,117,0); }
H1.HeaderClassName
{
color: #C67500;
}
.AnyTagClassName
{
color: #C67500;
}
</style>
background-color css
<style>
a { background-color: #C67500; }
a { background-color: rgb(198,117,0); }
div.DivClassName
{
background-color: #C67500;
}
.BgClassName
{
background-color: #C67500;
}
</style>
border-color css
<style>
span { border-color: #C67500; }
span { border-color: rgb(198,117,0); }
td.TdClassName
{
border-color: #C67500;
}
.TagClassName
{
border-color: #C67500;
}
</style>