Shades of Dark Goldenrod #C98A17
Tints of Dark Goldenrod #C98A17
RGB
CMYK
RGB Variations
Color information
#C98A17 (or 0xC98A17) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 17. RGB value is (201,138,23). Sum of RGB (Red+Green+Blue) = 201+138+23=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A17 is #3675E8. Grayscale: #909090. Windows color (decimal): -3569129 or 1542857. OLE color: 1542857.
HSL color Cylindrical-coordinate representation of color #C98A17: hue angle of 38.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98A17 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 23 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.21 |
| HSL | 38.76º | 0.79% | 0.44% | - |
| HSV(B) | 38.76º | 0.89% | 0.79% | - |
| XYZ | 33.33 | 30.66 | 4.97 | - |
| YUV | 143.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 23 | 0 | 0.31 | 0.89 | 0.21 | 38.76 | 0.79 | 0.44 |
| Hex | C9 | 8A | 17 | 0 | 1F | 59 | 15 | 27 | 4F | 2C |
| Octal | 311 | 212 | 27 | 0 | 37 | 131 | 25 | 47 | 117 | 54 |
| Binary | 11001001 | 10001010 | 10111 | 0 | 11111 | 1011001 | 10101 | 100111 | 1001111 | 101100 |
Color Harmonies of #C98A17
Complementary color
Monochromatic Colors of #C98A17
Black with #C98A17
Text Example
Text Example
White with #C98A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A17; }
p { color: rgb(201,138,23); }
H1.HeaderClassName
{
color: #C98A17;
}
.AnyTagClassName
{
color: #C98A17;
}
</style>
background-color css
<style>
a { background-color: #C98A17; }
a { background-color: rgb(201,138,23); }
div.DivClassName
{
background-color: #C98A17;
}
.BgClassName
{
background-color: #C98A17;
}
</style>
border-color css
<style>
span { border-color: #C98A17; }
span { border-color: rgb(201,138,23); }
td.TdClassName
{
border-color: #C98A17;
}
.TagClassName
{
border-color: #C98A17;
}
</style>