Shades of Dark Goldenrod #C89802
Tints of Dark Goldenrod #C89802
RGB
CMYK
RGB Variations
Color information
#C89802 (or 0xC89802) is known color: Dark Goldenrod. HEX triplet: C8, 98 and 02. RGB value is (200,152,2). Sum of RGB (Red+Green+Blue) = 200+152+2=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C89802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89802 is #3767FD. Grayscale: #959595. Windows color (decimal): -3631102 or 170184. OLE color: 170184.
HSL color Cylindrical-coordinate representation of color #C89802: hue angle of 45.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89802 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.22 |
| HSL | 45.45º | 0.98% | 0.4% | - |
| HSV(B) | 45.45º | 0.99% | 0.78% | - |
| XYZ | 35.06 | 34.74 | 4.92 | - |
| YUV | 149.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 2 | 0 | 0.24 | 0.99 | 0.22 | 45.45 | 0.98 | 0.4 |
| Hex | C8 | 98 | 2 | 0 | 18 | 63 | 16 | 2D | 62 | 28 |
| Octal | 310 | 230 | 2 | 0 | 30 | 143 | 26 | 55 | 142 | 50 |
| Binary | 11001000 | 10011000 | 10 | 0 | 11000 | 1100011 | 10110 | 101101 | 1100010 | 101000 |
Color Harmonies of #C89802
Complementary color
Monochromatic Colors of #C89802
Black with #C89802
Text Example
Text Example
White with #C89802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89802; }
p { color: rgb(200,152,2); }
H1.HeaderClassName
{
color: #C89802;
}
.AnyTagClassName
{
color: #C89802;
}
</style>
background-color css
<style>
a { background-color: #C89802; }
a { background-color: rgb(200,152,2); }
div.DivClassName
{
background-color: #C89802;
}
.BgClassName
{
background-color: #C89802;
}
</style>
border-color css
<style>
span { border-color: #C89802; }
span { border-color: rgb(200,152,2); }
td.TdClassName
{
border-color: #C89802;
}
.TagClassName
{
border-color: #C89802;
}
</style>