Shades of Dark Goldenrod #C88B02
Tints of Dark Goldenrod #C88B02
RGB
CMYK
RGB Variations
Color information
#C88B02 (or 0xC88B02) is known color: Dark Goldenrod. HEX triplet: C8, 8B and 02. RGB value is (200,139,2). Sum of RGB (Red+Green+Blue) = 200+139+2=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B02 is #3774FD. Grayscale: #8E8E8E. Windows color (decimal): -3634430 or 166856. OLE color: 166856.
HSL color Cylindrical-coordinate representation of color #C88B02: hue angle of 41.52º 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 #C88B02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.22 |
| HSL | 41.52º | 0.98% | 0.4% | - |
| HSV(B) | 41.52º | 0.99% | 0.78% | - |
| XYZ | 33.06 | 30.75 | 4.25 | - |
| YUV | 141.62 | 49.21 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 2 | 0 | 0.30 | 0.99 | 0.22 | 41.52 | 0.98 | 0.4 |
| Hex | C8 | 8B | 2 | 0 | 1E | 63 | 16 | 2A | 62 | 28 |
| Octal | 310 | 213 | 2 | 0 | 36 | 143 | 26 | 52 | 142 | 50 |
| Binary | 11001000 | 10001011 | 10 | 0 | 11110 | 1100011 | 10110 | 101010 | 1100010 | 101000 |
Color Harmonies of #C88B02
Complementary color
Monochromatic Colors of #C88B02
Black with #C88B02
Text Example
Text Example
White with #C88B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B02; }
p { color: rgb(200,139,2); }
H1.HeaderClassName
{
color: #C88B02;
}
.AnyTagClassName
{
color: #C88B02;
}
</style>
background-color css
<style>
a { background-color: #C88B02; }
a { background-color: rgb(200,139,2); }
div.DivClassName
{
background-color: #C88B02;
}
.BgClassName
{
background-color: #C88B02;
}
</style>
border-color css
<style>
span { border-color: #C88B02; }
span { border-color: rgb(200,139,2); }
td.TdClassName
{
border-color: #C88B02;
}
.TagClassName
{
border-color: #C88B02;
}
</style>