Shades of Dark Goldenrod #CB920C
Tints of Dark Goldenrod #CB920C
RGB
CMYK
RGB Variations
Color information
#CB920C (or 0xCB920C) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 0C. RGB value is (203,146,12). Sum of RGB (Red+Green+Blue) = 203+146+12=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB920C is #346DF3. Grayscale: #949494. Windows color (decimal): -3436020 or 824011. OLE color: 824011.
HSL color Cylindrical-coordinate representation of color #CB920C: hue angle of 42.09º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB920C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.20 |
| HSL | 42.09º | 0.89% | 0.42% | - |
| HSV(B) | 42.09º | 0.94% | 0.8% | - |
| XYZ | 34.97 | 33.28 | 4.93 | - |
| YUV | 147.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 12 | 0 | 0.28 | 0.94 | 0.20 | 42.09 | 0.89 | 0.42 |
| Hex | CB | 92 | C | 0 | 1C | 5E | 14 | 2A | 59 | 2A |
| Octal | 313 | 222 | 14 | 0 | 34 | 136 | 24 | 52 | 131 | 52 |
| Binary | 11001011 | 10010010 | 1100 | 0 | 11100 | 1011110 | 10100 | 101010 | 1011001 | 101010 |
Color Harmonies of #CB920C
Complementary color
Monochromatic Colors of #CB920C
Black with #CB920C
Text Example
Text Example
White with #CB920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB920C; }
p { color: rgb(203,146,12); }
H1.HeaderClassName
{
color: #CB920C;
}
.AnyTagClassName
{
color: #CB920C;
}
</style>
background-color css
<style>
a { background-color: #CB920C; }
a { background-color: rgb(203,146,12); }
div.DivClassName
{
background-color: #CB920C;
}
.BgClassName
{
background-color: #CB920C;
}
</style>
border-color css
<style>
span { border-color: #CB920C; }
span { border-color: rgb(203,146,12); }
td.TdClassName
{
border-color: #CB920C;
}
.TagClassName
{
border-color: #CB920C;
}
</style>