Shades of Dark Goldenrod #CB8404
Tints of Dark Goldenrod #CB8404
RGB
CMYK
RGB Variations
Color information
#CB8404 (or 0xCB8404) is known color: Dark Goldenrod. HEX triplet: CB, 84 and 04. RGB value is (203,132,4). Sum of RGB (Red+Green+Blue) = 203+132+4=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8404 is #347BFB. Grayscale: #8B8B8B. Windows color (decimal): -3439612 or 296139. OLE color: 296139.
HSL color Cylindrical-coordinate representation of color #CB8404: hue angle of 38.59º 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 #CB8404 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.20 |
| HSL | 38.59º | 0.96% | 0.41% | - |
| HSV(B) | 38.59º | 0.98% | 0.8% | - |
| XYZ | 32.9 | 29.21 | 4.02 | - |
| YUV | 138.64 | 52.02 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 4 | 0 | 0.35 | 0.98 | 0.20 | 38.59 | 0.96 | 0.41 |
| Hex | CB | 84 | 4 | 0 | 23 | 62 | 14 | 27 | 60 | 29 |
| Octal | 313 | 204 | 4 | 0 | 43 | 142 | 24 | 47 | 140 | 51 |
| Binary | 11001011 | 10000100 | 100 | 0 | 100011 | 1100010 | 10100 | 100111 | 1100000 | 101001 |
Color Harmonies of #CB8404
Complementary color
Monochromatic Colors of #CB8404
Black with #CB8404
Text Example
Text Example
White with #CB8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8404; }
p { color: rgb(203,132,4); }
H1.HeaderClassName
{
color: #CB8404;
}
.AnyTagClassName
{
color: #CB8404;
}
</style>
background-color css
<style>
a { background-color: #CB8404; }
a { background-color: rgb(203,132,4); }
div.DivClassName
{
background-color: #CB8404;
}
.BgClassName
{
background-color: #CB8404;
}
</style>
border-color css
<style>
span { border-color: #CB8404; }
span { border-color: rgb(203,132,4); }
td.TdClassName
{
border-color: #CB8404;
}
.TagClassName
{
border-color: #CB8404;
}
</style>