Shades of Dark Goldenrod #C98A0F
Tints of Dark Goldenrod #C98A0F
RGB
CMYK
RGB Variations
Color information
#C98A0F (or 0xC98A0F) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 0F. RGB value is (201,138,15). Sum of RGB (Red+Green+Blue) = 201+138+15=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A0F is #3675F0. Grayscale: #8F8F8F. Windows color (decimal): -3569137 or 1018569. OLE color: 1018569.
HSL color Cylindrical-coordinate representation of color #C98A0F: hue angle of 39.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C98A0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.21 |
| HSL | 39.68º | 0.86% | 0.42% | - |
| HSV(B) | 39.68º | 0.93% | 0.79% | - |
| XYZ | 33.26 | 30.63 | 4.61 | - |
| YUV | 142.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 15 | 0 | 0.31 | 0.93 | 0.21 | 39.68 | 0.86 | 0.42 |
| Hex | C9 | 8A | F | 0 | 1F | 5D | 15 | 28 | 56 | 2A |
| Octal | 311 | 212 | 17 | 0 | 37 | 135 | 25 | 50 | 126 | 52 |
| Binary | 11001001 | 10001010 | 1111 | 0 | 11111 | 1011101 | 10101 | 101000 | 1010110 | 101010 |
Color Harmonies of #C98A0F
Complementary color
Monochromatic Colors of #C98A0F
Black with #C98A0F
Text Example
Text Example
White with #C98A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A0F; }
p { color: rgb(201,138,15); }
H1.HeaderClassName
{
color: #C98A0F;
}
.AnyTagClassName
{
color: #C98A0F;
}
</style>
background-color css
<style>
a { background-color: #C98A0F; }
a { background-color: rgb(201,138,15); }
div.DivClassName
{
background-color: #C98A0F;
}
.BgClassName
{
background-color: #C98A0F;
}
</style>
border-color css
<style>
span { border-color: #C98A0F; }
span { border-color: rgb(201,138,15); }
td.TdClassName
{
border-color: #C98A0F;
}
.TagClassName
{
border-color: #C98A0F;
}
</style>