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