Shades of Dark Goldenrod #C6790A
Tints of Dark Goldenrod #C6790A
RGB
CMYK
RGB Variations
Color information
#C6790A (or 0xC6790A) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 0A. RGB value is (198,121,10). Sum of RGB (Red+Green+Blue) = 198+121+10=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6790A is #3986F5. Grayscale: #838383. Windows color (decimal): -3770102 or 686534. OLE color: 686534.
HSL color Cylindrical-coordinate representation of color #C6790A: hue angle of 35.43º degrees, saturation: 0.9, 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 #C6790A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.22 |
| HSL | 35.43º | 0.9% | 0.41% | - |
| HSV(B) | 35.43º | 0.95% | 0.78% | - |
| XYZ | 30.18 | 25.7 | 3.66 | - |
| YUV | 131.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 10 | 0 | 0.39 | 0.95 | 0.22 | 35.43 | 0.9 | 0.41 |
| Hex | C6 | 79 | A | 0 | 27 | 5F | 16 | 23 | 5A | 29 |
| Octal | 306 | 171 | 12 | 0 | 47 | 137 | 26 | 43 | 132 | 51 |
| Binary | 11000110 | 1111001 | 1010 | 0 | 100111 | 1011111 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C6790A
Complementary color
Monochromatic Colors of #C6790A
Black with #C6790A
Text Example
Text Example
White with #C6790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6790A; }
p { color: rgb(198,121,10); }
H1.HeaderClassName
{
color: #C6790A;
}
.AnyTagClassName
{
color: #C6790A;
}
</style>
background-color css
<style>
a { background-color: #C6790A; }
a { background-color: rgb(198,121,10); }
div.DivClassName
{
background-color: #C6790A;
}
.BgClassName
{
background-color: #C6790A;
}
</style>
border-color css
<style>
span { border-color: #C6790A; }
span { border-color: rgb(198,121,10); }
td.TdClassName
{
border-color: #C6790A;
}
.TagClassName
{
border-color: #C6790A;
}
</style>