Shades of Dark Goldenrod #C89A00
Tints of Dark Goldenrod #C89A00
RGB
CMYK
RGB Variations
Color information
#C89A00 (or 0xC89A00) is known color: Dark Goldenrod. HEX triplet: C8, 9A and 00. RGB value is (200,154,0). Sum of RGB (Red+Green+Blue) = 200+154+0=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A00 is #3765FF. Grayscale: #969696. Windows color (decimal): -3630592 or 39624. OLE color: 39624.
HSL color Cylindrical-coordinate representation of color #C89A00: hue angle of 46.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C89A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.22 |
| HSL | 46.2º | 1% | 0.39% | - |
| HSV(B) | 46.2º | 1% | 0.78% | - |
| XYZ | 35.38 | 35.39 | 4.97 | - |
| YUV | 150.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 0 | 0 | 0.23 | 1 | 0.22 | 46.2 | 1 | 0.39 |
| Hex | C8 | 9A | 0 | 0 | 17 | 64 | 16 | 2E | 64 | 27 |
| Octal | 310 | 232 | 0 | 0 | 27 | 144 | 26 | 56 | 144 | 47 |
| Binary | 11001000 | 10011010 | 0 | 0 | 10111 | 1100100 | 10110 | 101110 | 1100100 | 100111 |
Color Harmonies of #C89A00
Complementary color
Monochromatic Colors of #C89A00
Black with #C89A00
Text Example
Text Example
White with #C89A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A00; }
p { color: rgb(200,154,0); }
H1.HeaderClassName
{
color: #C89A00;
}
.AnyTagClassName
{
color: #C89A00;
}
</style>
background-color css
<style>
a { background-color: #C89A00; }
a { background-color: rgb(200,154,0); }
div.DivClassName
{
background-color: #C89A00;
}
.BgClassName
{
background-color: #C89A00;
}
</style>
border-color css
<style>
span { border-color: #C89A00; }
span { border-color: rgb(200,154,0); }
td.TdClassName
{
border-color: #C89A00;
}
.TagClassName
{
border-color: #C89A00;
}
</style>