Shades of Dark Goldenrod #C88012
Tints of Dark Goldenrod #C88012
RGB
CMYK
RGB Variations
Color information
#C88012 (or 0xC88012) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 12. RGB value is (200,128,18). Sum of RGB (Red+Green+Blue) = 200+128+18=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C88012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88012 is #377FED. Grayscale: #898989. Windows color (decimal): -3637230 or 1212616. OLE color: 1212616.
HSL color Cylindrical-coordinate representation of color #C88012: hue angle of 36.26º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C88012 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 18 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.22 |
| HSL | 36.26º | 0.83% | 0.43% | - |
| HSV(B) | 36.26º | 0.91% | 0.78% | - |
| XYZ | 31.65 | 27.76 | 4.26 | - |
| YUV | 136.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 18 | 0 | 0.36 | 0.91 | 0.22 | 36.26 | 0.83 | 0.43 |
| Hex | C8 | 80 | 12 | 0 | 24 | 5B | 16 | 24 | 53 | 2B |
| Octal | 310 | 200 | 22 | 0 | 44 | 133 | 26 | 44 | 123 | 53 |
| Binary | 11001000 | 10000000 | 10010 | 0 | 100100 | 1011011 | 10110 | 100100 | 1010011 | 101011 |
Color Harmonies of #C88012
Complementary color
Monochromatic Colors of #C88012
Black with #C88012
Text Example
Text Example
White with #C88012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88012; }
p { color: rgb(200,128,18); }
H1.HeaderClassName
{
color: #C88012;
}
.AnyTagClassName
{
color: #C88012;
}
</style>
background-color css
<style>
a { background-color: #C88012; }
a { background-color: rgb(200,128,18); }
div.DivClassName
{
background-color: #C88012;
}
.BgClassName
{
background-color: #C88012;
}
</style>
border-color css
<style>
span { border-color: #C88012; }
span { border-color: rgb(200,128,18); }
td.TdClassName
{
border-color: #C88012;
}
.TagClassName
{
border-color: #C88012;
}
</style>