Shades of Dark Goldenrod #C88D02
Tints of Dark Goldenrod #C88D02
RGB
CMYK
RGB Variations
Color information
#C88D02 (or 0xC88D02) is known color: Dark Goldenrod. HEX triplet: C8, 8D and 02. RGB value is (200,141,2). Sum of RGB (Red+Green+Blue) = 200+141+2=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88D02 is #3772FD. Grayscale: #8F8F8F. Windows color (decimal): -3633918 or 167368. OLE color: 167368.
HSL color Cylindrical-coordinate representation of color #C88D02: hue angle of 42.12º 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 #C88D02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.22 |
| HSL | 42.12º | 0.98% | 0.4% | - |
| HSV(B) | 42.12º | 0.99% | 0.78% | - |
| XYZ | 33.36 | 31.33 | 4.35 | - |
| YUV | 142.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 2 | 0 | 0.29 | 0.99 | 0.22 | 42.12 | 0.98 | 0.4 |
| Hex | C8 | 8D | 2 | 0 | 1D | 63 | 16 | 2A | 62 | 28 |
| Octal | 310 | 215 | 2 | 0 | 35 | 143 | 26 | 52 | 142 | 50 |
| Binary | 11001000 | 10001101 | 10 | 0 | 11101 | 1100011 | 10110 | 101010 | 1100010 | 101000 |
Color Harmonies of #C88D02
Complementary color
Monochromatic Colors of #C88D02
Black with #C88D02
Text Example
Text Example
White with #C88D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D02; }
p { color: rgb(200,141,2); }
H1.HeaderClassName
{
color: #C88D02;
}
.AnyTagClassName
{
color: #C88D02;
}
</style>
background-color css
<style>
a { background-color: #C88D02; }
a { background-color: rgb(200,141,2); }
div.DivClassName
{
background-color: #C88D02;
}
.BgClassName
{
background-color: #C88D02;
}
</style>
border-color css
<style>
span { border-color: #C88D02; }
span { border-color: rgb(200,141,2); }
td.TdClassName
{
border-color: #C88D02;
}
.TagClassName
{
border-color: #C88D02;
}
</style>