Shades of Dark Goldenrod #C88702
Tints of Dark Goldenrod #C88702
RGB
CMYK
RGB Variations
Color information
#C88702 (or 0xC88702) is known color: Dark Goldenrod. HEX triplet: C8, 87 and 02. RGB value is (200,135,2). Sum of RGB (Red+Green+Blue) = 200+135+2=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C88702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88702 is #3778FD. Grayscale: #8B8B8B. Windows color (decimal): -3635454 or 165832. OLE color: 165832.
HSL color Cylindrical-coordinate representation of color #C88702: hue angle of 40.3º 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 #C88702 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.22 |
| HSL | 40.3º | 0.98% | 0.4% | - |
| HSV(B) | 40.3º | 0.99% | 0.78% | - |
| XYZ | 32.49 | 29.61 | 4.06 | - |
| YUV | 139.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 2 | 0 | 0.32 | 0.99 | 0.22 | 40.3 | 0.98 | 0.4 |
| Hex | C8 | 87 | 2 | 0 | 20 | 63 | 16 | 28 | 62 | 28 |
| Octal | 310 | 207 | 2 | 0 | 40 | 143 | 26 | 50 | 142 | 50 |
| Binary | 11001000 | 10000111 | 10 | 0 | 100000 | 1100011 | 10110 | 101000 | 1100010 | 101000 |
Color Harmonies of #C88702
Complementary color
Monochromatic Colors of #C88702
Black with #C88702
Text Example
Text Example
White with #C88702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88702; }
p { color: rgb(200,135,2); }
H1.HeaderClassName
{
color: #C88702;
}
.AnyTagClassName
{
color: #C88702;
}
</style>
background-color css
<style>
a { background-color: #C88702; }
a { background-color: rgb(200,135,2); }
div.DivClassName
{
background-color: #C88702;
}
.BgClassName
{
background-color: #C88702;
}
</style>
border-color css
<style>
span { border-color: #C88702; }
span { border-color: rgb(200,135,2); }
td.TdClassName
{
border-color: #C88702;
}
.TagClassName
{
border-color: #C88702;
}
</style>