Shades of Dark Goldenrod #C07B11
Tints of Dark Goldenrod #C07B11
RGB
CMYK
RGB Variations
Color information
#C07B11 (or 0xC07B11) is known color: Dark Goldenrod. HEX triplet: C0, 7B and 11. RGB value is (192,123,17). Sum of RGB (Red+Green+Blue) = 192+123+17=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07B11 is #3F84EE. Grayscale: #848484. Windows color (decimal): -4162799 or 1145792. OLE color: 1145792.
HSL color Cylindrical-coordinate representation of color #C07B11: hue angle of 36.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07B11 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 17 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.25 |
| HSL | 36.34º | 0.84% | 0.41% | - |
| HSV(B) | 36.34º | 0.91% | 0.75% | - |
| XYZ | 28.92 | 25.41 | 3.91 | - |
| YUV | 131.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 17 | 0 | 0.36 | 0.91 | 0.25 | 36.34 | 0.84 | 0.41 |
| Hex | C0 | 7B | 11 | 0 | 24 | 5B | 19 | 24 | 54 | 29 |
| Octal | 300 | 173 | 21 | 0 | 44 | 133 | 31 | 44 | 124 | 51 |
| Binary | 11000000 | 1111011 | 10001 | 0 | 100100 | 1011011 | 11001 | 100100 | 1010100 | 101001 |
Color Harmonies of #C07B11
Complementary color
Monochromatic Colors of #C07B11
Black with #C07B11
Text Example
Text Example
White with #C07B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B11; }
p { color: rgb(192,123,17); }
H1.HeaderClassName
{
color: #C07B11;
}
.AnyTagClassName
{
color: #C07B11;
}
</style>
background-color css
<style>
a { background-color: #C07B11; }
a { background-color: rgb(192,123,17); }
div.DivClassName
{
background-color: #C07B11;
}
.BgClassName
{
background-color: #C07B11;
}
</style>
border-color css
<style>
span { border-color: #C07B11; }
span { border-color: rgb(192,123,17); }
td.TdClassName
{
border-color: #C07B11;
}
.TagClassName
{
border-color: #C07B11;
}
</style>