Shades of Dark Goldenrod #CB8804
Tints of Dark Goldenrod #CB8804
RGB
CMYK
RGB Variations
Color information
#CB8804 (or 0xCB8804) is known color: Dark Goldenrod. HEX triplet: CB, 88 and 04. RGB value is (203,136,4). Sum of RGB (Red+Green+Blue) = 203+136+4=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8804 is #3477FB. Grayscale: #8D8D8D. Windows color (decimal): -3438588 or 297163. OLE color: 297163.
HSL color Cylindrical-coordinate representation of color #CB8804: hue angle of 39.8º degrees, saturation: 0.96, 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 #CB8804 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.20 |
| HSL | 39.8º | 0.96% | 0.41% | - |
| HSV(B) | 39.8º | 0.98% | 0.8% | - |
| XYZ | 33.45 | 30.31 | 4.2 | - |
| YUV | 140.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 4 | 0 | 0.33 | 0.98 | 0.20 | 39.8 | 0.96 | 0.41 |
| Hex | CB | 88 | 4 | 0 | 21 | 62 | 14 | 28 | 60 | 29 |
| Octal | 313 | 210 | 4 | 0 | 41 | 142 | 24 | 50 | 140 | 51 |
| Binary | 11001011 | 10001000 | 100 | 0 | 100001 | 1100010 | 10100 | 101000 | 1100000 | 101001 |
Color Harmonies of #CB8804
Complementary color
Monochromatic Colors of #CB8804
Black with #CB8804
Text Example
Text Example
White with #CB8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8804; }
p { color: rgb(203,136,4); }
H1.HeaderClassName
{
color: #CB8804;
}
.AnyTagClassName
{
color: #CB8804;
}
</style>
background-color css
<style>
a { background-color: #CB8804; }
a { background-color: rgb(203,136,4); }
div.DivClassName
{
background-color: #CB8804;
}
.BgClassName
{
background-color: #CB8804;
}
</style>
border-color css
<style>
span { border-color: #CB8804; }
span { border-color: rgb(203,136,4); }
td.TdClassName
{
border-color: #CB8804;
}
.TagClassName
{
border-color: #CB8804;
}
</style>