Shades of Dark Goldenrod #C69602
Tints of Dark Goldenrod #C69602
RGB
CMYK
RGB Variations
Color information
#C69602 (or 0xC69602) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 02. RGB value is (198,150,2). Sum of RGB (Red+Green+Blue) = 198+150+2=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C69602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69602 is #3969FD. Grayscale: #949494. Windows color (decimal): -3762686 or 169670. OLE color: 169670.
HSL color Cylindrical-coordinate representation of color #C69602: hue angle of 45.31º degrees, saturation: 0.98, 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 #C69602 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.22 |
| HSL | 45.31º | 0.98% | 0.39% | - |
| HSV(B) | 45.31º | 0.99% | 0.78% | - |
| XYZ | 34.21 | 33.82 | 4.78 | - |
| YUV | 147.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 2 | 0 | 0.24 | 0.99 | 0.22 | 45.31 | 0.98 | 0.39 |
| Hex | C6 | 96 | 2 | 0 | 18 | 63 | 16 | 2D | 62 | 27 |
| Octal | 306 | 226 | 2 | 0 | 30 | 143 | 26 | 55 | 142 | 47 |
| Binary | 11000110 | 10010110 | 10 | 0 | 11000 | 1100011 | 10110 | 101101 | 1100010 | 100111 |
Color Harmonies of #C69602
Complementary color
Monochromatic Colors of #C69602
Black with #C69602
Text Example
Text Example
White with #C69602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69602; }
p { color: rgb(198,150,2); }
H1.HeaderClassName
{
color: #C69602;
}
.AnyTagClassName
{
color: #C69602;
}
</style>
background-color css
<style>
a { background-color: #C69602; }
a { background-color: rgb(198,150,2); }
div.DivClassName
{
background-color: #C69602;
}
.BgClassName
{
background-color: #C69602;
}
</style>
border-color css
<style>
span { border-color: #C69602; }
span { border-color: rgb(198,150,2); }
td.TdClassName
{
border-color: #C69602;
}
.TagClassName
{
border-color: #C69602;
}
</style>