Shades of Dark Goldenrod #C88409
Tints of Dark Goldenrod #C88409
RGB
CMYK
RGB Variations
Color information
#C88409 (or 0xC88409) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 09. RGB value is (200,132,9). Sum of RGB (Red+Green+Blue) = 200+132+9=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C88409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88409 is #377BF6. Grayscale: #8A8A8A. Windows color (decimal): -3636215 or 623816. OLE color: 623816.
HSL color Cylindrical-coordinate representation of color #C88409: hue angle of 38.64º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C88409 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.22 |
| HSL | 38.64º | 0.91% | 0.41% | - |
| HSV(B) | 38.64º | 0.96% | 0.78% | - |
| XYZ | 32.12 | 28.8 | 4.12 | - |
| YUV | 138.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 9 | 0 | 0.34 | 0.96 | 0.22 | 38.64 | 0.91 | 0.41 |
| Hex | C8 | 84 | 9 | 0 | 22 | 60 | 16 | 27 | 5B | 29 |
| Octal | 310 | 204 | 11 | 0 | 42 | 140 | 26 | 47 | 133 | 51 |
| Binary | 11001000 | 10000100 | 1001 | 0 | 100010 | 1100000 | 10110 | 100111 | 1011011 | 101001 |
Color Harmonies of #C88409
Complementary color
Monochromatic Colors of #C88409
Black with #C88409
Text Example
Text Example
White with #C88409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88409; }
p { color: rgb(200,132,9); }
H1.HeaderClassName
{
color: #C88409;
}
.AnyTagClassName
{
color: #C88409;
}
</style>
background-color css
<style>
a { background-color: #C88409; }
a { background-color: rgb(200,132,9); }
div.DivClassName
{
background-color: #C88409;
}
.BgClassName
{
background-color: #C88409;
}
</style>
border-color css
<style>
span { border-color: #C88409; }
span { border-color: rgb(200,132,9); }
td.TdClassName
{
border-color: #C88409;
}
.TagClassName
{
border-color: #C88409;
}
</style>