Shades of Dark Goldenrod #C87902
Tints of Dark Goldenrod #C87902
RGB
CMYK
RGB Variations
Color information
#C87902 (or 0xC87902) is known color: Dark Goldenrod. HEX triplet: C8, 79 and 02. RGB value is (200,121,2). Sum of RGB (Red+Green+Blue) = 200+121+2=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C87902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87902 is #3786FD. Grayscale: #838383. Windows color (decimal): -3639038 or 162248. OLE color: 162248.
HSL color Cylindrical-coordinate representation of color #C87902: hue angle of 36.06º 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 #C87902 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.22 |
| HSL | 36.06º | 0.98% | 0.4% | - |
| HSV(B) | 36.06º | 0.99% | 0.78% | - |
| XYZ | 30.67 | 25.96 | 3.45 | - |
| YUV | 131.06 | 55.17 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 2 | 0 | 0.39 | 0.99 | 0.22 | 36.06 | 0.98 | 0.4 |
| Hex | C8 | 79 | 2 | 0 | 27 | 63 | 16 | 24 | 62 | 28 |
| Octal | 310 | 171 | 2 | 0 | 47 | 143 | 26 | 44 | 142 | 50 |
| Binary | 11001000 | 1111001 | 10 | 0 | 100111 | 1100011 | 10110 | 100100 | 1100010 | 101000 |
Color Harmonies of #C87902
Complementary color
Monochromatic Colors of #C87902
Black with #C87902
Text Example
Text Example
White with #C87902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87902; }
p { color: rgb(200,121,2); }
H1.HeaderClassName
{
color: #C87902;
}
.AnyTagClassName
{
color: #C87902;
}
</style>
background-color css
<style>
a { background-color: #C87902; }
a { background-color: rgb(200,121,2); }
div.DivClassName
{
background-color: #C87902;
}
.BgClassName
{
background-color: #C87902;
}
</style>
border-color css
<style>
span { border-color: #C87902; }
span { border-color: rgb(200,121,2); }
td.TdClassName
{
border-color: #C87902;
}
.TagClassName
{
border-color: #C87902;
}
</style>