Shades of Dark Goldenrod #C69003
Tints of Dark Goldenrod #C69003
RGB
CMYK
RGB Variations
Color information
#C69003 (or 0xC69003) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 03. RGB value is (198,144,3). Sum of RGB (Red+Green+Blue) = 198+144+3=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C69003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69003 is #396FFC. Grayscale: #909090. Windows color (decimal): -3764221 or 233670. OLE color: 233670.
HSL color Cylindrical-coordinate representation of color #C69003: hue angle of 43.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C69003 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.22 |
| HSL | 43.38º | 0.97% | 0.39% | - |
| HSV(B) | 43.38º | 0.98% | 0.78% | - |
| XYZ | 33.28 | 31.96 | 4.5 | - |
| YUV | 144.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 3 | 0 | 0.27 | 0.98 | 0.22 | 43.38 | 0.97 | 0.39 |
| Hex | C6 | 90 | 3 | 0 | 1B | 62 | 16 | 2B | 61 | 27 |
| Octal | 306 | 220 | 3 | 0 | 33 | 142 | 26 | 53 | 141 | 47 |
| Binary | 11000110 | 10010000 | 11 | 0 | 11011 | 1100010 | 10110 | 101011 | 1100001 | 100111 |
Color Harmonies of #C69003
Complementary color
Monochromatic Colors of #C69003
Black with #C69003
Text Example
Text Example
White with #C69003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69003; }
p { color: rgb(198,144,3); }
H1.HeaderClassName
{
color: #C69003;
}
.AnyTagClassName
{
color: #C69003;
}
</style>
background-color css
<style>
a { background-color: #C69003; }
a { background-color: rgb(198,144,3); }
div.DivClassName
{
background-color: #C69003;
}
.BgClassName
{
background-color: #C69003;
}
</style>
border-color css
<style>
span { border-color: #C69003; }
span { border-color: rgb(198,144,3); }
td.TdClassName
{
border-color: #C69003;
}
.TagClassName
{
border-color: #C69003;
}
</style>