Shades of Dark Goldenrod #CB9403
Tints of Dark Goldenrod #CB9403
RGB
CMYK
RGB Variations
Color information
#CB9403 (or 0xCB9403) is known color: Dark Goldenrod. HEX triplet: CB, 94 and 03. RGB value is (203,148,3). Sum of RGB (Red+Green+Blue) = 203+148+3=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9403 is #346BFC. Grayscale: #949494. Windows color (decimal): -3435517 or 234699. OLE color: 234699.
HSL color Cylindrical-coordinate representation of color #CB9403: hue angle of 43.5º 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 #CB9403 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.20 |
| HSL | 43.5º | 0.97% | 0.4% | - |
| HSV(B) | 43.5º | 0.99% | 0.8% | - |
| XYZ | 35.23 | 33.88 | 4.77 | - |
| YUV | 147.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 3 | 0 | 0.27 | 0.99 | 0.20 | 43.5 | 0.97 | 0.4 |
| Hex | CB | 94 | 3 | 0 | 1B | 63 | 14 | 2C | 61 | 28 |
| Octal | 313 | 224 | 3 | 0 | 33 | 143 | 24 | 54 | 141 | 50 |
| Binary | 11001011 | 10010100 | 11 | 0 | 11011 | 1100011 | 10100 | 101100 | 1100001 | 101000 |
Color Harmonies of #CB9403
Complementary color
Monochromatic Colors of #CB9403
Black with #CB9403
Text Example
Text Example
White with #CB9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9403; }
p { color: rgb(203,148,3); }
H1.HeaderClassName
{
color: #CB9403;
}
.AnyTagClassName
{
color: #CB9403;
}
</style>
background-color css
<style>
a { background-color: #CB9403; }
a { background-color: rgb(203,148,3); }
div.DivClassName
{
background-color: #CB9403;
}
.BgClassName
{
background-color: #CB9403;
}
</style>
border-color css
<style>
span { border-color: #CB9403; }
span { border-color: rgb(203,148,3); }
td.TdClassName
{
border-color: #CB9403;
}
.TagClassName
{
border-color: #CB9403;
}
</style>