Shades of Dark Goldenrod #C08409
Tints of Dark Goldenrod #C08409
RGB
CMYK
RGB Variations
Color information
#C08409 (or 0xC08409) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 09. RGB value is (192,132,9). Sum of RGB (Red+Green+Blue) = 192+132+9=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C08409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08409 is #3F7BF6. Grayscale: #888888. Windows color (decimal): -4160503 or 623808. OLE color: 623808.
HSL color Cylindrical-coordinate representation of color #C08409: hue angle of 40.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C08409 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.25 |
| HSL | 40.33º | 0.91% | 0.39% | - |
| HSV(B) | 40.33º | 0.95% | 0.75% | - |
| XYZ | 30.04 | 27.73 | 4.03 | - |
| YUV | 135.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 9 | 0 | 0.31 | 0.95 | 0.25 | 40.33 | 0.91 | 0.39 |
| Hex | C0 | 84 | 9 | 0 | 1F | 5F | 19 | 28 | 5B | 27 |
| Octal | 300 | 204 | 11 | 0 | 37 | 137 | 31 | 50 | 133 | 47 |
| Binary | 11000000 | 10000100 | 1001 | 0 | 11111 | 1011111 | 11001 | 101000 | 1011011 | 100111 |
Color Harmonies of #C08409
Complementary color
Monochromatic Colors of #C08409
Black with #C08409
Text Example
Text Example
White with #C08409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08409; }
p { color: rgb(192,132,9); }
H1.HeaderClassName
{
color: #C08409;
}
.AnyTagClassName
{
color: #C08409;
}
</style>
background-color css
<style>
a { background-color: #C08409; }
a { background-color: rgb(192,132,9); }
div.DivClassName
{
background-color: #C08409;
}
.BgClassName
{
background-color: #C08409;
}
</style>
border-color css
<style>
span { border-color: #C08409; }
span { border-color: rgb(192,132,9); }
td.TdClassName
{
border-color: #C08409;
}
.TagClassName
{
border-color: #C08409;
}
</style>