Shades of Dark Goldenrod #CB850C
Tints of Dark Goldenrod #CB850C
RGB
CMYK
RGB Variations
Color information
#CB850C (or 0xCB850C) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 0C. RGB value is (203,133,12). Sum of RGB (Red+Green+Blue) = 203+133+12=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB850C is #347AF3. Grayscale: #8C8C8C. Windows color (decimal): -3439348 or 820683. OLE color: 820683.
HSL color Cylindrical-coordinate representation of color #CB850C: hue angle of 38.01º 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 #CB850C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.20 |
| HSL | 38.01º | 0.89% | 0.42% | - |
| HSV(B) | 38.01º | 0.94% | 0.8% | - |
| XYZ | 33.08 | 29.5 | 4.3 | - |
| YUV | 140.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 12 | 0 | 0.34 | 0.94 | 0.20 | 38.01 | 0.89 | 0.42 |
| Hex | CB | 85 | C | 0 | 22 | 5E | 14 | 26 | 59 | 2A |
| Octal | 313 | 205 | 14 | 0 | 42 | 136 | 24 | 46 | 131 | 52 |
| Binary | 11001011 | 10000101 | 1100 | 0 | 100010 | 1011110 | 10100 | 100110 | 1011001 | 101010 |
Color Harmonies of #CB850C
Complementary color
Monochromatic Colors of #CB850C
Black with #CB850C
Text Example
Text Example
White with #CB850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB850C; }
p { color: rgb(203,133,12); }
H1.HeaderClassName
{
color: #CB850C;
}
.AnyTagClassName
{
color: #CB850C;
}
</style>
background-color css
<style>
a { background-color: #CB850C; }
a { background-color: rgb(203,133,12); }
div.DivClassName
{
background-color: #CB850C;
}
.BgClassName
{
background-color: #CB850C;
}
</style>
border-color css
<style>
span { border-color: #CB850C; }
span { border-color: rgb(203,133,12); }
td.TdClassName
{
border-color: #CB850C;
}
.TagClassName
{
border-color: #CB850C;
}
</style>