Shades of Dark Goldenrod #CB8403
Tints of Dark Goldenrod #CB8403
RGB
CMYK
RGB Variations
Color information
#CB8403 (or 0xCB8403) is known color: Dark Goldenrod. HEX triplet: CB, 84 and 03. RGB value is (203,132,3). Sum of RGB (Red+Green+Blue) = 203+132+3=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8403 is #347BFC. Grayscale: #8B8B8B. Windows color (decimal): -3439613 or 230603. OLE color: 230603.
HSL color Cylindrical-coordinate representation of color #CB8403: hue angle of 38.7º 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 #CB8403 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.20 |
| HSL | 38.7º | 0.97% | 0.4% | - |
| HSV(B) | 38.7º | 0.99% | 0.8% | - |
| XYZ | 32.9 | 29.21 | 3.99 | - |
| YUV | 138.52 | 51.52 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 3 | 0 | 0.35 | 0.99 | 0.20 | 38.7 | 0.97 | 0.4 |
| Hex | CB | 84 | 3 | 0 | 23 | 63 | 14 | 27 | 61 | 28 |
| Octal | 313 | 204 | 3 | 0 | 43 | 143 | 24 | 47 | 141 | 50 |
| Binary | 11001011 | 10000100 | 11 | 0 | 100011 | 1100011 | 10100 | 100111 | 1100001 | 101000 |
Color Harmonies of #CB8403
Complementary color
Monochromatic Colors of #CB8403
Black with #CB8403
Text Example
Text Example
White with #CB8403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8403; }
p { color: rgb(203,132,3); }
H1.HeaderClassName
{
color: #CB8403;
}
.AnyTagClassName
{
color: #CB8403;
}
</style>
background-color css
<style>
a { background-color: #CB8403; }
a { background-color: rgb(203,132,3); }
div.DivClassName
{
background-color: #CB8403;
}
.BgClassName
{
background-color: #CB8403;
}
</style>
border-color css
<style>
span { border-color: #CB8403; }
span { border-color: rgb(203,132,3); }
td.TdClassName
{
border-color: #CB8403;
}
.TagClassName
{
border-color: #CB8403;
}
</style>