Shades of Dark Goldenrod #C6900A
Tints of Dark Goldenrod #C6900A
RGB
CMYK
RGB Variations
Color information
#C6900A (or 0xC6900A) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 0A. RGB value is (198,144,10). Sum of RGB (Red+Green+Blue) = 198+144+10=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6900A is #396FF5. Grayscale: #919191. Windows color (decimal): -3764214 or 692422. OLE color: 692422.
HSL color Cylindrical-coordinate representation of color #C6900A: hue angle of 42.77º 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 #C6900A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.22 |
| HSL | 42.77º | 0.9% | 0.41% | - |
| HSV(B) | 42.77º | 0.95% | 0.78% | - |
| XYZ | 33.32 | 31.97 | 4.7 | - |
| YUV | 144.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 10 | 0 | 0.27 | 0.95 | 0.22 | 42.77 | 0.9 | 0.41 |
| Hex | C6 | 90 | A | 0 | 1B | 5F | 16 | 2B | 5A | 29 |
| Octal | 306 | 220 | 12 | 0 | 33 | 137 | 26 | 53 | 132 | 51 |
| Binary | 11000110 | 10010000 | 1010 | 0 | 11011 | 1011111 | 10110 | 101011 | 1011010 | 101001 |
Color Harmonies of #C6900A
Complementary color
Monochromatic Colors of #C6900A
Black with #C6900A
Text Example
Text Example
White with #C6900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6900A; }
p { color: rgb(198,144,10); }
H1.HeaderClassName
{
color: #C6900A;
}
.AnyTagClassName
{
color: #C6900A;
}
</style>
background-color css
<style>
a { background-color: #C6900A; }
a { background-color: rgb(198,144,10); }
div.DivClassName
{
background-color: #C6900A;
}
.BgClassName
{
background-color: #C6900A;
}
</style>
border-color css
<style>
span { border-color: #C6900A; }
span { border-color: rgb(198,144,10); }
td.TdClassName
{
border-color: #C6900A;
}
.TagClassName
{
border-color: #C6900A;
}
</style>