Shades of Dark Goldenrod #C89804
Tints of Dark Goldenrod #C89804
RGB
CMYK
RGB Variations
Color information
#C89804 (or 0xC89804) is known color: Dark Goldenrod. HEX triplet: C8, 98 and 04. RGB value is (200,152,4). Sum of RGB (Red+Green+Blue) = 200+152+4=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C89804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89804 is #3767FB. Grayscale: #969696. Windows color (decimal): -3631100 or 301256. OLE color: 301256.
HSL color Cylindrical-coordinate representation of color #C89804: hue angle of 45.31º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C89804 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.22 |
| HSL | 45.31º | 0.96% | 0.4% | - |
| HSV(B) | 45.31º | 0.98% | 0.78% | - |
| XYZ | 35.07 | 34.74 | 4.97 | - |
| YUV | 149.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 4 | 0 | 0.24 | 0.98 | 0.22 | 45.31 | 0.96 | 0.4 |
| Hex | C8 | 98 | 4 | 0 | 18 | 62 | 16 | 2D | 60 | 28 |
| Octal | 310 | 230 | 4 | 0 | 30 | 142 | 26 | 55 | 140 | 50 |
| Binary | 11001000 | 10011000 | 100 | 0 | 11000 | 1100010 | 10110 | 101101 | 1100000 | 101000 |
Color Harmonies of #C89804
Complementary color
Monochromatic Colors of #C89804
Black with #C89804
Text Example
Text Example
White with #C89804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89804; }
p { color: rgb(200,152,4); }
H1.HeaderClassName
{
color: #C89804;
}
.AnyTagClassName
{
color: #C89804;
}
</style>
background-color css
<style>
a { background-color: #C89804; }
a { background-color: rgb(200,152,4); }
div.DivClassName
{
background-color: #C89804;
}
.BgClassName
{
background-color: #C89804;
}
</style>
border-color css
<style>
span { border-color: #C89804; }
span { border-color: rgb(200,152,4); }
td.TdClassName
{
border-color: #C89804;
}
.TagClassName
{
border-color: #C89804;
}
</style>