Shades of Dark Goldenrod #C67A09
Tints of Dark Goldenrod #C67A09
RGB
CMYK
RGB Variations
Color information
#C67A09 (or 0xC67A09) is known color: Dark Goldenrod. HEX triplet: C6, 7A and 09. RGB value is (198,122,9). Sum of RGB (Red+Green+Blue) = 198+122+9=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A09 is #3985F6. Grayscale: #848484. Windows color (decimal): -3769847 or 621254. OLE color: 621254.
HSL color Cylindrical-coordinate representation of color #C67A09: hue angle of 35.87º 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 #C67A09 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 9 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.22 |
| HSL | 35.87º | 0.91% | 0.41% | - |
| HSV(B) | 35.87º | 0.95% | 0.78% | - |
| XYZ | 30.3 | 25.94 | 3.67 | - |
| YUV | 131.84 | 58.68 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 9 | 0 | 0.38 | 0.95 | 0.22 | 35.87 | 0.91 | 0.41 |
| Hex | C6 | 7A | 9 | 0 | 26 | 5F | 16 | 24 | 5B | 29 |
| Octal | 306 | 172 | 11 | 0 | 46 | 137 | 26 | 44 | 133 | 51 |
| Binary | 11000110 | 1111010 | 1001 | 0 | 100110 | 1011111 | 10110 | 100100 | 1011011 | 101001 |
Color Harmonies of #C67A09
Complementary color
Monochromatic Colors of #C67A09
Black with #C67A09
Text Example
Text Example
White with #C67A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A09; }
p { color: rgb(198,122,9); }
H1.HeaderClassName
{
color: #C67A09;
}
.AnyTagClassName
{
color: #C67A09;
}
</style>
background-color css
<style>
a { background-color: #C67A09; }
a { background-color: rgb(198,122,9); }
div.DivClassName
{
background-color: #C67A09;
}
.BgClassName
{
background-color: #C67A09;
}
</style>
border-color css
<style>
span { border-color: #C67A09; }
span { border-color: rgb(198,122,9); }
td.TdClassName
{
border-color: #C67A09;
}
.TagClassName
{
border-color: #C67A09;
}
</style>