Shades of Dark Goldenrod #CB820C
Tints of Dark Goldenrod #CB820C
RGB
CMYK
RGB Variations
Color information
#CB820C (or 0xCB820C) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 0C. RGB value is (203,130,12). Sum of RGB (Red+Green+Blue) = 203+130+12=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB820C is #347DF3. Grayscale: #8A8A8A. Windows color (decimal): -3440116 or 819915. OLE color: 819915.
HSL color Cylindrical-coordinate representation of color #CB820C: hue angle of 37.07º 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 #CB820C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.20 |
| HSL | 37.07º | 0.89% | 0.42% | - |
| HSV(B) | 37.07º | 0.94% | 0.8% | - |
| XYZ | 32.68 | 28.69 | 4.16 | - |
| YUV | 138.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 12 | 0 | 0.36 | 0.94 | 0.20 | 37.07 | 0.89 | 0.42 |
| Hex | CB | 82 | C | 0 | 24 | 5E | 14 | 25 | 59 | 2A |
| Octal | 313 | 202 | 14 | 0 | 44 | 136 | 24 | 45 | 131 | 52 |
| Binary | 11001011 | 10000010 | 1100 | 0 | 100100 | 1011110 | 10100 | 100101 | 1011001 | 101010 |
Color Harmonies of #CB820C
Complementary color
Monochromatic Colors of #CB820C
Black with #CB820C
Text Example
Text Example
White with #CB820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB820C; }
p { color: rgb(203,130,12); }
H1.HeaderClassName
{
color: #CB820C;
}
.AnyTagClassName
{
color: #CB820C;
}
</style>
background-color css
<style>
a { background-color: #CB820C; }
a { background-color: rgb(203,130,12); }
div.DivClassName
{
background-color: #CB820C;
}
.BgClassName
{
background-color: #CB820C;
}
</style>
border-color css
<style>
span { border-color: #CB820C; }
span { border-color: rgb(203,130,12); }
td.TdClassName
{
border-color: #CB820C;
}
.TagClassName
{
border-color: #CB820C;
}
</style>