Shades of Dark Goldenrod #CB8803
Tints of Dark Goldenrod #CB8803
RGB
CMYK
RGB Variations
Color information
#CB8803 (or 0xCB8803) is known color: Dark Goldenrod. HEX triplet: CB, 88 and 03. RGB value is (203,136,3). Sum of RGB (Red+Green+Blue) = 203+136+3=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8803 is #3477FC. Grayscale: #8D8D8D. Windows color (decimal): -3438589 or 231627. OLE color: 231627.
HSL color Cylindrical-coordinate representation of color #CB8803: hue angle of 39.9º 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 #CB8803 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.20 |
| HSL | 39.9º | 0.97% | 0.4% | - |
| HSV(B) | 39.9º | 0.99% | 0.8% | - |
| XYZ | 33.45 | 30.31 | 4.17 | - |
| YUV | 140.87 | 50.2 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 3 | 0 | 0.33 | 0.99 | 0.20 | 39.9 | 0.97 | 0.4 |
| Hex | CB | 88 | 3 | 0 | 21 | 63 | 14 | 28 | 61 | 28 |
| Octal | 313 | 210 | 3 | 0 | 41 | 143 | 24 | 50 | 141 | 50 |
| Binary | 11001011 | 10001000 | 11 | 0 | 100001 | 1100011 | 10100 | 101000 | 1100001 | 101000 |
Color Harmonies of #CB8803
Complementary color
Monochromatic Colors of #CB8803
Black with #CB8803
Text Example
Text Example
White with #CB8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8803; }
p { color: rgb(203,136,3); }
H1.HeaderClassName
{
color: #CB8803;
}
.AnyTagClassName
{
color: #CB8803;
}
</style>
background-color css
<style>
a { background-color: #CB8803; }
a { background-color: rgb(203,136,3); }
div.DivClassName
{
background-color: #CB8803;
}
.BgClassName
{
background-color: #CB8803;
}
</style>
border-color css
<style>
span { border-color: #CB8803; }
span { border-color: rgb(203,136,3); }
td.TdClassName
{
border-color: #CB8803;
}
.TagClassName
{
border-color: #CB8803;
}
</style>