Shades of Dark Goldenrod #C98A06
Tints of Dark Goldenrod #C98A06
RGB
CMYK
RGB Variations
Color information
#C98A06 (or 0xC98A06) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 06. RGB value is (201,138,6). Sum of RGB (Red+Green+Blue) = 201+138+6=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A06 is #3675F9. Grayscale: #8E8E8E. Windows color (decimal): -3569146 or 428745. OLE color: 428745.
HSL color Cylindrical-coordinate representation of color #C98A06: hue angle of 40.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C98A06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.21 |
| HSL | 40.62º | 0.94% | 0.41% | - |
| HSV(B) | 40.62º | 0.97% | 0.79% | - |
| XYZ | 33.21 | 30.61 | 4.33 | - |
| YUV | 141.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 6 | 0 | 0.31 | 0.97 | 0.21 | 40.62 | 0.94 | 0.41 |
| Hex | C9 | 8A | 6 | 0 | 1F | 61 | 15 | 29 | 5E | 29 |
| Octal | 311 | 212 | 6 | 0 | 37 | 141 | 25 | 51 | 136 | 51 |
| Binary | 11001001 | 10001010 | 110 | 0 | 11111 | 1100001 | 10101 | 101001 | 1011110 | 101001 |
Color Harmonies of #C98A06
Complementary color
Monochromatic Colors of #C98A06
Black with #C98A06
Text Example
Text Example
White with #C98A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A06; }
p { color: rgb(201,138,6); }
H1.HeaderClassName
{
color: #C98A06;
}
.AnyTagClassName
{
color: #C98A06;
}
</style>
background-color css
<style>
a { background-color: #C98A06; }
a { background-color: rgb(201,138,6); }
div.DivClassName
{
background-color: #C98A06;
}
.BgClassName
{
background-color: #C98A06;
}
</style>
border-color css
<style>
span { border-color: #C98A06; }
span { border-color: rgb(201,138,6); }
td.TdClassName
{
border-color: #C98A06;
}
.TagClassName
{
border-color: #C98A06;
}
</style>