Shades of Dark Goldenrod #CB9804
Tints of Dark Goldenrod #CB9804
RGB
CMYK
RGB Variations
Color information
#CB9804 (or 0xCB9804) is known color: Dark Goldenrod. HEX triplet: CB, 98 and 04. RGB value is (203,152,4). Sum of RGB (Red+Green+Blue) = 203+152+4=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9804 is #3467FB. Grayscale: #979797. Windows color (decimal): -3434492 or 301259. OLE color: 301259.
HSL color Cylindrical-coordinate representation of color #CB9804: hue angle of 44.62º 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 #CB9804 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.20 |
| HSL | 44.62º | 0.96% | 0.41% | - |
| HSV(B) | 44.62º | 0.98% | 0.8% | - |
| XYZ | 35.88 | 35.16 | 5.01 | - |
| YUV | 150.38 | 45.4 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 4 | 0 | 0.25 | 0.98 | 0.20 | 44.62 | 0.96 | 0.41 |
| Hex | CB | 98 | 4 | 0 | 19 | 62 | 14 | 2D | 60 | 29 |
| Octal | 313 | 230 | 4 | 0 | 31 | 142 | 24 | 55 | 140 | 51 |
| Binary | 11001011 | 10011000 | 100 | 0 | 11001 | 1100010 | 10100 | 101101 | 1100000 | 101001 |
Color Harmonies of #CB9804
Complementary color
Monochromatic Colors of #CB9804
Black with #CB9804
Text Example
Text Example
White with #CB9804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9804; }
p { color: rgb(203,152,4); }
H1.HeaderClassName
{
color: #CB9804;
}
.AnyTagClassName
{
color: #CB9804;
}
</style>
background-color css
<style>
a { background-color: #CB9804; }
a { background-color: rgb(203,152,4); }
div.DivClassName
{
background-color: #CB9804;
}
.BgClassName
{
background-color: #CB9804;
}
</style>
border-color css
<style>
span { border-color: #CB9804; }
span { border-color: rgb(203,152,4); }
td.TdClassName
{
border-color: #CB9804;
}
.TagClassName
{
border-color: #CB9804;
}
</style>