Shades of Dark Goldenrod #CB8205
Tints of Dark Goldenrod #CB8205
RGB
CMYK
RGB Variations
Color information
#CB8205 (or 0xCB8205) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 05. RGB value is (203,130,5). Sum of RGB (Red+Green+Blue) = 203+130+5=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8205 is #347DFA. Grayscale: #8A8A8A. Windows color (decimal): -3440123 or 361163. OLE color: 361163.
HSL color Cylindrical-coordinate representation of color #CB8205: hue angle of 37.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB8205 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.20 |
| HSL | 37.88º | 0.95% | 0.41% | - |
| HSV(B) | 37.88º | 0.98% | 0.8% | - |
| XYZ | 32.64 | 28.67 | 3.96 | - |
| YUV | 137.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 5 | 0 | 0.36 | 0.98 | 0.20 | 37.88 | 0.95 | 0.41 |
| Hex | CB | 82 | 5 | 0 | 24 | 62 | 14 | 26 | 5F | 29 |
| Octal | 313 | 202 | 5 | 0 | 44 | 142 | 24 | 46 | 137 | 51 |
| Binary | 11001011 | 10000010 | 101 | 0 | 100100 | 1100010 | 10100 | 100110 | 1011111 | 101001 |
Color Harmonies of #CB8205
Complementary color
Monochromatic Colors of #CB8205
Black with #CB8205
Text Example
Text Example
White with #CB8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8205; }
p { color: rgb(203,130,5); }
H1.HeaderClassName
{
color: #CB8205;
}
.AnyTagClassName
{
color: #CB8205;
}
</style>
background-color css
<style>
a { background-color: #CB8205; }
a { background-color: rgb(203,130,5); }
div.DivClassName
{
background-color: #CB8205;
}
.BgClassName
{
background-color: #CB8205;
}
</style>
border-color css
<style>
span { border-color: #CB8205; }
span { border-color: rgb(203,130,5); }
td.TdClassName
{
border-color: #CB8205;
}
.TagClassName
{
border-color: #CB8205;
}
</style>