Shades of Dark Goldenrod #CB8203
Tints of Dark Goldenrod #CB8203
RGB
CMYK
RGB Variations
Color information
#CB8203 (or 0xCB8203) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 03. RGB value is (203,130,3). Sum of RGB (Red+Green+Blue) = 203+130+3=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8203 is #347DFC. Grayscale: #898989. Windows color (decimal): -3440125 or 230091. OLE color: 230091.
HSL color Cylindrical-coordinate representation of color #CB8203: hue angle of 38.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB8203 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.20 |
| HSL | 38.1º | 0.97% | 0.4% | - |
| HSV(B) | 38.1º | 0.99% | 0.8% | - |
| XYZ | 32.63 | 28.67 | 3.9 | - |
| YUV | 137.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 3 | 0 | 0.36 | 0.99 | 0.20 | 38.1 | 0.97 | 0.4 |
| Hex | CB | 82 | 3 | 0 | 24 | 63 | 14 | 26 | 61 | 28 |
| Octal | 313 | 202 | 3 | 0 | 44 | 143 | 24 | 46 | 141 | 50 |
| Binary | 11001011 | 10000010 | 11 | 0 | 100100 | 1100011 | 10100 | 100110 | 1100001 | 101000 |
Color Harmonies of #CB8203
Complementary color
Monochromatic Colors of #CB8203
Black with #CB8203
Text Example
Text Example
White with #CB8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8203; }
p { color: rgb(203,130,3); }
H1.HeaderClassName
{
color: #CB8203;
}
.AnyTagClassName
{
color: #CB8203;
}
</style>
background-color css
<style>
a { background-color: #CB8203; }
a { background-color: rgb(203,130,3); }
div.DivClassName
{
background-color: #CB8203;
}
.BgClassName
{
background-color: #CB8203;
}
</style>
border-color css
<style>
span { border-color: #CB8203; }
span { border-color: rgb(203,130,3); }
td.TdClassName
{
border-color: #CB8203;
}
.TagClassName
{
border-color: #CB8203;
}
</style>