Shades of Dark Goldenrod #CB9304
Tints of Dark Goldenrod #CB9304
RGB
CMYK
RGB Variations
Color information
#CB9304 (or 0xCB9304) is known color: Dark Goldenrod. HEX triplet: CB, 93 and 04. RGB value is (203,147,4). Sum of RGB (Red+Green+Blue) = 203+147+4=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9304 is #346CFB. Grayscale: #949494. Windows color (decimal): -3435772 or 299979. OLE color: 299979.
HSL color Cylindrical-coordinate representation of color #CB9304: hue angle of 43.12º 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 #CB9304 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.20 |
| HSL | 43.12º | 0.96% | 0.41% | - |
| HSV(B) | 43.12º | 0.98% | 0.8% | - |
| XYZ | 35.08 | 33.57 | 4.75 | - |
| YUV | 147.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 4 | 0 | 0.28 | 0.98 | 0.20 | 43.12 | 0.96 | 0.41 |
| Hex | CB | 93 | 4 | 0 | 1C | 62 | 14 | 2B | 60 | 29 |
| Octal | 313 | 223 | 4 | 0 | 34 | 142 | 24 | 53 | 140 | 51 |
| Binary | 11001011 | 10010011 | 100 | 0 | 11100 | 1100010 | 10100 | 101011 | 1100000 | 101001 |
Color Harmonies of #CB9304
Complementary color
Monochromatic Colors of #CB9304
Black with #CB9304
Text Example
Text Example
White with #CB9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9304; }
p { color: rgb(203,147,4); }
H1.HeaderClassName
{
color: #CB9304;
}
.AnyTagClassName
{
color: #CB9304;
}
</style>
background-color css
<style>
a { background-color: #CB9304; }
a { background-color: rgb(203,147,4); }
div.DivClassName
{
background-color: #CB9304;
}
.BgClassName
{
background-color: #CB9304;
}
</style>
border-color css
<style>
span { border-color: #CB9304; }
span { border-color: rgb(203,147,4); }
td.TdClassName
{
border-color: #CB9304;
}
.TagClassName
{
border-color: #CB9304;
}
</style>