Shades of Dark Goldenrod #C88913
Tints of Dark Goldenrod #C88913
RGB
CMYK
RGB Variations
Color information
#C88913 (or 0xC88913) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 13. RGB value is (200,137,19). Sum of RGB (Red+Green+Blue) = 200+137+19=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88913 is #3776EC. Grayscale: #8E8E8E. Windows color (decimal): -3634925 or 1280456. OLE color: 1280456.
HSL color Cylindrical-coordinate representation of color #C88913: hue angle of 39.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C88913 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 19 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.22 |
| HSL | 39.12º | 0.83% | 0.43% | - |
| HSV(B) | 39.12º | 0.91% | 0.78% | - |
| XYZ | 32.88 | 30.22 | 4.72 | - |
| YUV | 142.39 | 58.37 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 19 | 0 | 0.32 | 0.90 | 0.22 | 39.12 | 0.83 | 0.43 |
| Hex | C8 | 89 | 13 | 0 | 20 | 5A | 16 | 27 | 53 | 2B |
| Octal | 310 | 211 | 23 | 0 | 40 | 132 | 26 | 47 | 123 | 53 |
| Binary | 11001000 | 10001001 | 10011 | 0 | 100000 | 1011010 | 10110 | 100111 | 1010011 | 101011 |
Color Harmonies of #C88913
Complementary color
Monochromatic Colors of #C88913
Black with #C88913
Text Example
Text Example
White with #C88913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88913; }
p { color: rgb(200,137,19); }
H1.HeaderClassName
{
color: #C88913;
}
.AnyTagClassName
{
color: #C88913;
}
</style>
background-color css
<style>
a { background-color: #C88913; }
a { background-color: rgb(200,137,19); }
div.DivClassName
{
background-color: #C88913;
}
.BgClassName
{
background-color: #C88913;
}
</style>
border-color css
<style>
span { border-color: #C88913; }
span { border-color: rgb(200,137,19); }
td.TdClassName
{
border-color: #C88913;
}
.TagClassName
{
border-color: #C88913;
}
</style>