Shades of Dark Goldenrod #C89803
Tints of Dark Goldenrod #C89803
RGB
CMYK
RGB Variations
Color information
#C89803 (or 0xC89803) is known color: Dark Goldenrod. HEX triplet: C8, 98 and 03. RGB value is (200,152,3). Sum of RGB (Red+Green+Blue) = 200+152+3=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C89803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89803 is #3767FC. Grayscale: #969696. Windows color (decimal): -3631101 or 235720. OLE color: 235720.
HSL color Cylindrical-coordinate representation of color #C89803: hue angle of 45.38º degrees, saturation: 0.97, 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 #C89803 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 3 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.22 |
| HSL | 45.38º | 0.97% | 0.4% | - |
| HSV(B) | 45.38º | 0.99% | 0.78% | - |
| XYZ | 35.06 | 34.74 | 4.94 | - |
| YUV | 149.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 3 | 0 | 0.24 | 0.98 | 0.22 | 45.38 | 0.97 | 0.4 |
| Hex | C8 | 98 | 3 | 0 | 18 | 62 | 16 | 2D | 61 | 28 |
| Octal | 310 | 230 | 3 | 0 | 30 | 142 | 26 | 55 | 141 | 50 |
| Binary | 11001000 | 10011000 | 11 | 0 | 11000 | 1100010 | 10110 | 101101 | 1100001 | 101000 |
Color Harmonies of #C89803
Complementary color
Monochromatic Colors of #C89803
Black with #C89803
Text Example
Text Example
White with #C89803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89803; }
p { color: rgb(200,152,3); }
H1.HeaderClassName
{
color: #C89803;
}
.AnyTagClassName
{
color: #C89803;
}
</style>
background-color css
<style>
a { background-color: #C89803; }
a { background-color: rgb(200,152,3); }
div.DivClassName
{
background-color: #C89803;
}
.BgClassName
{
background-color: #C89803;
}
</style>
border-color css
<style>
span { border-color: #C89803; }
span { border-color: rgb(200,152,3); }
td.TdClassName
{
border-color: #C89803;
}
.TagClassName
{
border-color: #C89803;
}
</style>