Shades of Dark Goldenrod #C89703
Tints of Dark Goldenrod #C89703
RGB
CMYK
RGB Variations
Color information
#C89703 (or 0xC89703) is known color: Dark Goldenrod. HEX triplet: C8, 97 and 03. RGB value is (200,151,3). Sum of RGB (Red+Green+Blue) = 200+151+3=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C89703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89703 is #3768FC. Grayscale: #959595. Windows color (decimal): -3631357 or 235464. OLE color: 235464.
HSL color Cylindrical-coordinate representation of color #C89703: hue angle of 45.08º 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 #C89703 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 3 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.22 |
| HSL | 45.08º | 0.97% | 0.4% | - |
| HSV(B) | 45.08º | 0.99% | 0.78% | - |
| XYZ | 34.9 | 34.42 | 4.89 | - |
| YUV | 148.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 3 | 0 | 0.24 | 0.98 | 0.22 | 45.08 | 0.97 | 0.4 |
| Hex | C8 | 97 | 3 | 0 | 18 | 62 | 16 | 2D | 61 | 28 |
| Octal | 310 | 227 | 3 | 0 | 30 | 142 | 26 | 55 | 141 | 50 |
| Binary | 11001000 | 10010111 | 11 | 0 | 11000 | 1100010 | 10110 | 101101 | 1100001 | 101000 |
Color Harmonies of #C89703
Complementary color
Monochromatic Colors of #C89703
Black with #C89703
Text Example
Text Example
White with #C89703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89703; }
p { color: rgb(200,151,3); }
H1.HeaderClassName
{
color: #C89703;
}
.AnyTagClassName
{
color: #C89703;
}
</style>
background-color css
<style>
a { background-color: #C89703; }
a { background-color: rgb(200,151,3); }
div.DivClassName
{
background-color: #C89703;
}
.BgClassName
{
background-color: #C89703;
}
</style>
border-color css
<style>
span { border-color: #C89703; }
span { border-color: rgb(200,151,3); }
td.TdClassName
{
border-color: #C89703;
}
.TagClassName
{
border-color: #C89703;
}
</style>