Shades of Dark Goldenrod #C08403
Tints of Dark Goldenrod #C08403
RGB
CMYK
RGB Variations
Color information
#C08403 (or 0xC08403) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 03. RGB value is (192,132,3). Sum of RGB (Red+Green+Blue) = 192+132+3=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C08403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08403 is #3F7BFC. Grayscale: #878787. Windows color (decimal): -4160509 or 230592. OLE color: 230592.
HSL color Cylindrical-coordinate representation of color #C08403: hue angle of 40.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C08403 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.25 |
| HSL | 40.95º | 0.97% | 0.38% | - |
| HSV(B) | 40.95º | 0.98% | 0.75% | - |
| XYZ | 30.01 | 27.72 | 3.85 | - |
| YUV | 135.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 3 | 0 | 0.31 | 0.98 | 0.25 | 40.95 | 0.97 | 0.38 |
| Hex | C0 | 84 | 3 | 0 | 1F | 62 | 19 | 29 | 61 | 26 |
| Octal | 300 | 204 | 3 | 0 | 37 | 142 | 31 | 51 | 141 | 46 |
| Binary | 11000000 | 10000100 | 11 | 0 | 11111 | 1100010 | 11001 | 101001 | 1100001 | 100110 |
Color Harmonies of #C08403
Complementary color
Monochromatic Colors of #C08403
Black with #C08403
Text Example
Text Example
White with #C08403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08403; }
p { color: rgb(192,132,3); }
H1.HeaderClassName
{
color: #C08403;
}
.AnyTagClassName
{
color: #C08403;
}
</style>
background-color css
<style>
a { background-color: #C08403; }
a { background-color: rgb(192,132,3); }
div.DivClassName
{
background-color: #C08403;
}
.BgClassName
{
background-color: #C08403;
}
</style>
border-color css
<style>
span { border-color: #C08403; }
span { border-color: rgb(192,132,3); }
td.TdClassName
{
border-color: #C08403;
}
.TagClassName
{
border-color: #C08403;
}
</style>