Shades of Dark Goldenrod #C69903
Tints of Dark Goldenrod #C69903
RGB
CMYK
RGB Variations
Color information
#C69903 (or 0xC69903) is known color: Dark Goldenrod. HEX triplet: C6, 99 and 03. RGB value is (198,153,3). Sum of RGB (Red+Green+Blue) = 198+153+3=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C69903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69903 is #3966FC. Grayscale: #969696. Windows color (decimal): -3761917 or 235974. OLE color: 235974.
HSL color Cylindrical-coordinate representation of color #C69903: hue angle of 46.15º 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 #C69903 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.22 |
| HSL | 46.15º | 0.97% | 0.39% | - |
| HSV(B) | 46.15º | 0.98% | 0.78% | - |
| XYZ | 34.7 | 34.79 | 4.97 | - |
| YUV | 149.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 3 | 0 | 0.23 | 0.98 | 0.22 | 46.15 | 0.97 | 0.39 |
| Hex | C6 | 99 | 3 | 0 | 17 | 62 | 16 | 2E | 61 | 27 |
| Octal | 306 | 231 | 3 | 0 | 27 | 142 | 26 | 56 | 141 | 47 |
| Binary | 11000110 | 10011001 | 11 | 0 | 10111 | 1100010 | 10110 | 101110 | 1100001 | 100111 |
Color Harmonies of #C69903
Complementary color
Monochromatic Colors of #C69903
Black with #C69903
Text Example
Text Example
White with #C69903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69903; }
p { color: rgb(198,153,3); }
H1.HeaderClassName
{
color: #C69903;
}
.AnyTagClassName
{
color: #C69903;
}
</style>
background-color css
<style>
a { background-color: #C69903; }
a { background-color: rgb(198,153,3); }
div.DivClassName
{
background-color: #C69903;
}
.BgClassName
{
background-color: #C69903;
}
</style>
border-color css
<style>
span { border-color: #C69903; }
span { border-color: rgb(198,153,3); }
td.TdClassName
{
border-color: #C69903;
}
.TagClassName
{
border-color: #C69903;
}
</style>