Shades of Dark Goldenrod #CB920D
Tints of Dark Goldenrod #CB920D
RGB
CMYK
RGB Variations
Color information
#CB920D (or 0xCB920D) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 0D. RGB value is (203,146,13). Sum of RGB (Red+Green+Blue) = 203+146+13=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB920D is #346DF2. Grayscale: #949494. Windows color (decimal): -3436019 or 889547. OLE color: 889547.
HSL color Cylindrical-coordinate representation of color #CB920D: hue angle of 42º degrees, saturation: 0.88, 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 #CB920D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.20 |
| HSL | 42º | 0.88% | 0.42% | - |
| HSV(B) | 42º | 0.94% | 0.8% | - |
| XYZ | 34.98 | 33.28 | 4.96 | - |
| YUV | 147.88 | 51.88 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 13 | 0 | 0.28 | 0.94 | 0.20 | 42 | 0.88 | 0.42 |
| Hex | CB | 92 | D | 0 | 1C | 5E | 14 | 2A | 58 | 2A |
| Octal | 313 | 222 | 15 | 0 | 34 | 136 | 24 | 52 | 130 | 52 |
| Binary | 11001011 | 10010010 | 1101 | 0 | 11100 | 1011110 | 10100 | 101010 | 1011000 | 101010 |
Color Harmonies of #CB920D
Complementary color
Monochromatic Colors of #CB920D
Black with #CB920D
Text Example
Text Example
White with #CB920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB920D; }
p { color: rgb(203,146,13); }
H1.HeaderClassName
{
color: #CB920D;
}
.AnyTagClassName
{
color: #CB920D;
}
</style>
background-color css
<style>
a { background-color: #CB920D; }
a { background-color: rgb(203,146,13); }
div.DivClassName
{
background-color: #CB920D;
}
.BgClassName
{
background-color: #CB920D;
}
</style>
border-color css
<style>
span { border-color: #CB920D; }
span { border-color: rgb(203,146,13); }
td.TdClassName
{
border-color: #CB920D;
}
.TagClassName
{
border-color: #CB920D;
}
</style>