Shades of Dark Goldenrod #CB920B
Tints of Dark Goldenrod #CB920B
RGB
CMYK
RGB Variations
Color information
#CB920B (or 0xCB920B) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 0B. RGB value is (203,146,11). Sum of RGB (Red+Green+Blue) = 203+146+11=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB920B is #346DF4. Grayscale: #949494. Windows color (decimal): -3436021 or 758475. OLE color: 758475.
HSL color Cylindrical-coordinate representation of color #CB920B: hue angle of 42.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB920B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.20 |
| HSL | 42.19º | 0.9% | 0.42% | - |
| HSV(B) | 42.19º | 0.95% | 0.8% | - |
| XYZ | 34.97 | 33.28 | 4.9 | - |
| YUV | 147.65 | 50.88 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 11 | 0 | 0.28 | 0.95 | 0.20 | 42.19 | 0.9 | 0.42 |
| Hex | CB | 92 | B | 0 | 1C | 5F | 14 | 2A | 5A | 2A |
| Octal | 313 | 222 | 13 | 0 | 34 | 137 | 24 | 52 | 132 | 52 |
| Binary | 11001011 | 10010010 | 1011 | 0 | 11100 | 1011111 | 10100 | 101010 | 1011010 | 101010 |
Color Harmonies of #CB920B
Complementary color
Monochromatic Colors of #CB920B
Black with #CB920B
Text Example
Text Example
White with #CB920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB920B; }
p { color: rgb(203,146,11); }
H1.HeaderClassName
{
color: #CB920B;
}
.AnyTagClassName
{
color: #CB920B;
}
</style>
background-color css
<style>
a { background-color: #CB920B; }
a { background-color: rgb(203,146,11); }
div.DivClassName
{
background-color: #CB920B;
}
.BgClassName
{
background-color: #CB920B;
}
</style>
border-color css
<style>
span { border-color: #CB920B; }
span { border-color: rgb(203,146,11); }
td.TdClassName
{
border-color: #CB920B;
}
.TagClassName
{
border-color: #CB920B;
}
</style>