Shades of Dark Goldenrod #C67509
Tints of Dark Goldenrod #C67509
RGB
CMYK
RGB Variations
Color information
#C67509 (or 0xC67509) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 09. RGB value is (198,117,9). Sum of RGB (Red+Green+Blue) = 198+117+9=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C67509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67509 is #398AF6. Grayscale: #818181. Windows color (decimal): -3771127 or 619974. OLE color: 619974.
HSL color Cylindrical-coordinate representation of color #C67509: hue angle of 34.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C67509 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.22 |
| HSL | 34.29º | 0.91% | 0.41% | - |
| HSV(B) | 34.29º | 0.95% | 0.78% | - |
| XYZ | 29.7 | 24.75 | 3.47 | - |
| YUV | 128.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 9 | 0 | 0.41 | 0.95 | 0.22 | 34.29 | 0.91 | 0.41 |
| Hex | C6 | 75 | 9 | 0 | 29 | 5F | 16 | 22 | 5B | 29 |
| Octal | 306 | 165 | 11 | 0 | 51 | 137 | 26 | 42 | 133 | 51 |
| Binary | 11000110 | 1110101 | 1001 | 0 | 101001 | 1011111 | 10110 | 100010 | 1011011 | 101001 |
Color Harmonies of #C67509
Complementary color
Monochromatic Colors of #C67509
Black with #C67509
Text Example
Text Example
White with #C67509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67509; }
p { color: rgb(198,117,9); }
H1.HeaderClassName
{
color: #C67509;
}
.AnyTagClassName
{
color: #C67509;
}
</style>
background-color css
<style>
a { background-color: #C67509; }
a { background-color: rgb(198,117,9); }
div.DivClassName
{
background-color: #C67509;
}
.BgClassName
{
background-color: #C67509;
}
</style>
border-color css
<style>
span { border-color: #C67509; }
span { border-color: rgb(198,117,9); }
td.TdClassName
{
border-color: #C67509;
}
.TagClassName
{
border-color: #C67509;
}
</style>