Shades of Dark Goldenrod #CB840C
Tints of Dark Goldenrod #CB840C
RGB
CMYK
RGB Variations
Color information
#CB840C (or 0xCB840C) is known color: Dark Goldenrod. HEX triplet: CB, 84 and 0C. RGB value is (203,132,12). Sum of RGB (Red+Green+Blue) = 203+132+12=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB840C is #347BF3. Grayscale: #8C8C8C. Windows color (decimal): -3439604 or 820427. OLE color: 820427.
HSL color Cylindrical-coordinate representation of color #CB840C: hue angle of 37.7º 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 #CB840C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.20 |
| HSL | 37.7º | 0.89% | 0.42% | - |
| HSV(B) | 37.7º | 0.94% | 0.8% | - |
| XYZ | 32.95 | 29.23 | 4.25 | - |
| YUV | 139.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 12 | 0 | 0.35 | 0.94 | 0.20 | 37.7 | 0.89 | 0.42 |
| Hex | CB | 84 | C | 0 | 23 | 5E | 14 | 26 | 59 | 2A |
| Octal | 313 | 204 | 14 | 0 | 43 | 136 | 24 | 46 | 131 | 52 |
| Binary | 11001011 | 10000100 | 1100 | 0 | 100011 | 1011110 | 10100 | 100110 | 1011001 | 101010 |
Color Harmonies of #CB840C
Complementary color
Monochromatic Colors of #CB840C
Black with #CB840C
Text Example
Text Example
White with #CB840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB840C; }
p { color: rgb(203,132,12); }
H1.HeaderClassName
{
color: #CB840C;
}
.AnyTagClassName
{
color: #CB840C;
}
</style>
background-color css
<style>
a { background-color: #CB840C; }
a { background-color: rgb(203,132,12); }
div.DivClassName
{
background-color: #CB840C;
}
.BgClassName
{
background-color: #CB840C;
}
</style>
border-color css
<style>
span { border-color: #CB840C; }
span { border-color: rgb(203,132,12); }
td.TdClassName
{
border-color: #CB840C;
}
.TagClassName
{
border-color: #CB840C;
}
</style>