Shades of Dark Goldenrod #CB9303
Tints of Dark Goldenrod #CB9303
RGB
CMYK
RGB Variations
Color information
#CB9303 (or 0xCB9303) is known color: Dark Goldenrod. HEX triplet: CB, 93 and 03. RGB value is (203,147,3). Sum of RGB (Red+Green+Blue) = 203+147+3=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9303 is #346CFC. Grayscale: #939393. Windows color (decimal): -3435773 or 234443. OLE color: 234443.
HSL color Cylindrical-coordinate representation of color #CB9303: hue angle of 43.2º 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 #CB9303 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.20 |
| HSL | 43.2º | 0.97% | 0.4% | - |
| HSV(B) | 43.2º | 0.99% | 0.8% | - |
| XYZ | 35.08 | 33.57 | 4.72 | - |
| YUV | 147.33 | 46.55 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 3 | 0 | 0.28 | 0.99 | 0.20 | 43.2 | 0.97 | 0.4 |
| Hex | CB | 93 | 3 | 0 | 1C | 63 | 14 | 2B | 61 | 28 |
| Octal | 313 | 223 | 3 | 0 | 34 | 143 | 24 | 53 | 141 | 50 |
| Binary | 11001011 | 10010011 | 11 | 0 | 11100 | 1100011 | 10100 | 101011 | 1100001 | 101000 |
Color Harmonies of #CB9303
Complementary color
Monochromatic Colors of #CB9303
Black with #CB9303
Text Example
Text Example
White with #CB9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9303; }
p { color: rgb(203,147,3); }
H1.HeaderClassName
{
color: #CB9303;
}
.AnyTagClassName
{
color: #CB9303;
}
</style>
background-color css
<style>
a { background-color: #CB9303; }
a { background-color: rgb(203,147,3); }
div.DivClassName
{
background-color: #CB9303;
}
.BgClassName
{
background-color: #CB9303;
}
</style>
border-color css
<style>
span { border-color: #CB9303; }
span { border-color: rgb(203,147,3); }
td.TdClassName
{
border-color: #CB9303;
}
.TagClassName
{
border-color: #CB9303;
}
</style>