Shades of Dark Goldenrod #C69000
Tints of Dark Goldenrod #C69000
RGB
CMYK
RGB Variations
Color information
#C69000 (or 0xC69000) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 00. RGB value is (198,144,0). Sum of RGB (Red+Green+Blue) = 198+144+0=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C69000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69000 is #396FFF. Grayscale: #909090. Windows color (decimal): -3764224 or 37062. OLE color: 37062.
HSL color Cylindrical-coordinate representation of color #C69000: hue angle of 43.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C69000 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.22 |
| HSL | 43.64º | 1% | 0.39% | - |
| HSV(B) | 43.64º | 1% | 0.78% | - |
| XYZ | 33.26 | 31.95 | 4.41 | - |
| YUV | 143.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 0 | 0 | 0.27 | 1 | 0.22 | 43.64 | 1 | 0.39 |
| Hex | C6 | 90 | 0 | 0 | 1B | 64 | 16 | 2C | 64 | 27 |
| Octal | 306 | 220 | 0 | 0 | 33 | 144 | 26 | 54 | 144 | 47 |
| Binary | 11000110 | 10010000 | 0 | 0 | 11011 | 1100100 | 10110 | 101100 | 1100100 | 100111 |
Color Harmonies of #C69000
Complementary color
Monochromatic Colors of #C69000
Black with #C69000
Text Example
Text Example
White with #C69000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69000; }
p { color: rgb(198,144,0); }
H1.HeaderClassName
{
color: #C69000;
}
.AnyTagClassName
{
color: #C69000;
}
</style>
background-color css
<style>
a { background-color: #C69000; }
a { background-color: rgb(198,144,0); }
div.DivClassName
{
background-color: #C69000;
}
.BgClassName
{
background-color: #C69000;
}
</style>
border-color css
<style>
span { border-color: #C69000; }
span { border-color: rgb(198,144,0); }
td.TdClassName
{
border-color: #C69000;
}
.TagClassName
{
border-color: #C69000;
}
</style>