Shades of Dark Goldenrod #C6780A
Tints of Dark Goldenrod #C6780A
RGB
CMYK
RGB Variations
Color information
#C6780A (or 0xC6780A) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 0A. RGB value is (198,120,10). Sum of RGB (Red+Green+Blue) = 198+120+10=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6780A is #3987F5. Grayscale: #838383. Windows color (decimal): -3770358 or 686278. OLE color: 686278.
HSL color Cylindrical-coordinate representation of color #C6780A: hue angle of 35.11º 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 #C6780A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.22 |
| HSL | 35.11º | 0.9% | 0.41% | - |
| HSV(B) | 35.11º | 0.95% | 0.78% | - |
| XYZ | 30.06 | 25.46 | 3.62 | - |
| YUV | 130.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 10 | 0 | 0.39 | 0.95 | 0.22 | 35.11 | 0.9 | 0.41 |
| Hex | C6 | 78 | A | 0 | 27 | 5F | 16 | 23 | 5A | 29 |
| Octal | 306 | 170 | 12 | 0 | 47 | 137 | 26 | 43 | 132 | 51 |
| Binary | 11000110 | 1111000 | 1010 | 0 | 100111 | 1011111 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C6780A
Complementary color
Monochromatic Colors of #C6780A
Black with #C6780A
Text Example
Text Example
White with #C6780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6780A; }
p { color: rgb(198,120,10); }
H1.HeaderClassName
{
color: #C6780A;
}
.AnyTagClassName
{
color: #C6780A;
}
</style>
background-color css
<style>
a { background-color: #C6780A; }
a { background-color: rgb(198,120,10); }
div.DivClassName
{
background-color: #C6780A;
}
.BgClassName
{
background-color: #C6780A;
}
</style>
border-color css
<style>
span { border-color: #C6780A; }
span { border-color: rgb(198,120,10); }
td.TdClassName
{
border-color: #C6780A;
}
.TagClassName
{
border-color: #C6780A;
}
</style>