Shades of Dark Goldenrod #CB920E
Tints of Dark Goldenrod #CB920E
RGB
CMYK
RGB Variations
Color information
#CB920E (or 0xCB920E) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 0E. RGB value is (203,146,14). Sum of RGB (Red+Green+Blue) = 203+146+14=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB920E is #346DF1. Grayscale: #949494. Windows color (decimal): -3436018 or 955083. OLE color: 955083.
HSL color Cylindrical-coordinate representation of color #CB920E: hue angle of 41.9º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB920E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.20 |
| HSL | 41.9º | 0.87% | 0.43% | - |
| HSV(B) | 41.9º | 0.93% | 0.8% | - |
| XYZ | 34.99 | 33.29 | 5 | - |
| YUV | 148 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 14 | 0 | 0.28 | 0.93 | 0.20 | 41.9 | 0.87 | 0.43 |
| Hex | CB | 92 | E | 0 | 1C | 5D | 14 | 2A | 57 | 2B |
| Octal | 313 | 222 | 16 | 0 | 34 | 135 | 24 | 52 | 127 | 53 |
| Binary | 11001011 | 10010010 | 1110 | 0 | 11100 | 1011101 | 10100 | 101010 | 1010111 | 101011 |
Color Harmonies of #CB920E
Complementary color
Monochromatic Colors of #CB920E
Black with #CB920E
Text Example
Text Example
White with #CB920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB920E; }
p { color: rgb(203,146,14); }
H1.HeaderClassName
{
color: #CB920E;
}
.AnyTagClassName
{
color: #CB920E;
}
</style>
background-color css
<style>
a { background-color: #CB920E; }
a { background-color: rgb(203,146,14); }
div.DivClassName
{
background-color: #CB920E;
}
.BgClassName
{
background-color: #CB920E;
}
</style>
border-color css
<style>
span { border-color: #CB920E; }
span { border-color: rgb(203,146,14); }
td.TdClassName
{
border-color: #CB920E;
}
.TagClassName
{
border-color: #CB920E;
}
</style>