Shades of Dark Goldenrod #C98B02
Tints of Dark Goldenrod #C98B02
RGB
CMYK
RGB Variations
Color information
#C98B02 (or 0xC98B02) is known color: Dark Goldenrod. HEX triplet: C9, 8B and 02. RGB value is (201,139,2). Sum of RGB (Red+Green+Blue) = 201+139+2=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98B02 is #3674FD. Grayscale: #8E8E8E. Windows color (decimal): -3568894 or 166857. OLE color: 166857.
HSL color Cylindrical-coordinate representation of color #C98B02: hue angle of 41.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C98B02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.21 |
| HSL | 41.31º | 0.98% | 0.4% | - |
| HSV(B) | 41.31º | 0.99% | 0.79% | - |
| XYZ | 33.33 | 30.89 | 4.26 | - |
| YUV | 141.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 2 | 0 | 0.31 | 0.99 | 0.21 | 41.31 | 0.98 | 0.4 |
| Hex | C9 | 8B | 2 | 0 | 1F | 63 | 15 | 29 | 62 | 28 |
| Octal | 311 | 213 | 2 | 0 | 37 | 143 | 25 | 51 | 142 | 50 |
| Binary | 11001001 | 10001011 | 10 | 0 | 11111 | 1100011 | 10101 | 101001 | 1100010 | 101000 |
Color Harmonies of #C98B02
Complementary color
Monochromatic Colors of #C98B02
Black with #C98B02
Text Example
Text Example
White with #C98B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B02; }
p { color: rgb(201,139,2); }
H1.HeaderClassName
{
color: #C98B02;
}
.AnyTagClassName
{
color: #C98B02;
}
</style>
background-color css
<style>
a { background-color: #C98B02; }
a { background-color: rgb(201,139,2); }
div.DivClassName
{
background-color: #C98B02;
}
.BgClassName
{
background-color: #C98B02;
}
</style>
border-color css
<style>
span { border-color: #C98B02; }
span { border-color: rgb(201,139,2); }
td.TdClassName
{
border-color: #C98B02;
}
.TagClassName
{
border-color: #C98B02;
}
</style>