Shades of Dark Goldenrod #C87502
Tints of Dark Goldenrod #C87502
RGB
CMYK
RGB Variations
Color information
#C87502 (or 0xC87502) is known color: Dark Goldenrod. HEX triplet: C8, 75 and 02. RGB value is (200,117,2). Sum of RGB (Red+Green+Blue) = 200+117+2=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C87502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87502 is #378AFD. Grayscale: #818181. Windows color (decimal): -3640062 or 161224. OLE color: 161224.
HSL color Cylindrical-coordinate representation of color #C87502: hue angle of 34.85º 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 #C87502 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.22 |
| HSL | 34.85º | 0.98% | 0.4% | - |
| HSV(B) | 34.85º | 0.99% | 0.78% | - |
| XYZ | 30.19 | 25.01 | 3.29 | - |
| YUV | 128.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 2 | 0 | 0.42 | 0.99 | 0.22 | 34.85 | 0.98 | 0.4 |
| Hex | C8 | 75 | 2 | 0 | 2A | 63 | 16 | 23 | 62 | 28 |
| Octal | 310 | 165 | 2 | 0 | 52 | 143 | 26 | 43 | 142 | 50 |
| Binary | 11001000 | 1110101 | 10 | 0 | 101010 | 1100011 | 10110 | 100011 | 1100010 | 101000 |
Color Harmonies of #C87502
Complementary color
Monochromatic Colors of #C87502
Black with #C87502
Text Example
Text Example
White with #C87502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87502; }
p { color: rgb(200,117,2); }
H1.HeaderClassName
{
color: #C87502;
}
.AnyTagClassName
{
color: #C87502;
}
</style>
background-color css
<style>
a { background-color: #C87502; }
a { background-color: rgb(200,117,2); }
div.DivClassName
{
background-color: #C87502;
}
.BgClassName
{
background-color: #C87502;
}
</style>
border-color css
<style>
span { border-color: #C87502; }
span { border-color: rgb(200,117,2); }
td.TdClassName
{
border-color: #C87502;
}
.TagClassName
{
border-color: #C87502;
}
</style>