Shades of Dark Goldenrod #CB8F03
Tints of Dark Goldenrod #CB8F03
RGB
CMYK
RGB Variations
Color information
#CB8F03 (or 0xCB8F03) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 03. RGB value is (203,143,3). Sum of RGB (Red+Green+Blue) = 203+143+3=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F03 is #3470FC. Grayscale: #919191. Windows color (decimal): -3436797 or 233419. OLE color: 233419.
HSL color Cylindrical-coordinate representation of color #CB8F03: hue angle of 42º 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 #CB8F03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.20 |
| HSL | 42º | 0.97% | 0.4% | - |
| HSV(B) | 42º | 0.99% | 0.8% | - |
| XYZ | 34.47 | 32.35 | 4.51 | - |
| YUV | 144.98 | 47.88 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 3 | 0 | 0.30 | 0.99 | 0.20 | 42 | 0.97 | 0.4 |
| Hex | CB | 8F | 3 | 0 | 1E | 63 | 14 | 2A | 61 | 28 |
| Octal | 313 | 217 | 3 | 0 | 36 | 143 | 24 | 52 | 141 | 50 |
| Binary | 11001011 | 10001111 | 11 | 0 | 11110 | 1100011 | 10100 | 101010 | 1100001 | 101000 |
Color Harmonies of #CB8F03
Complementary color
Monochromatic Colors of #CB8F03
Black with #CB8F03
Text Example
Text Example
White with #CB8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F03; }
p { color: rgb(203,143,3); }
H1.HeaderClassName
{
color: #CB8F03;
}
.AnyTagClassName
{
color: #CB8F03;
}
</style>
background-color css
<style>
a { background-color: #CB8F03; }
a { background-color: rgb(203,143,3); }
div.DivClassName
{
background-color: #CB8F03;
}
.BgClassName
{
background-color: #CB8F03;
}
</style>
border-color css
<style>
span { border-color: #CB8F03; }
span { border-color: rgb(203,143,3); }
td.TdClassName
{
border-color: #CB8F03;
}
.TagClassName
{
border-color: #CB8F03;
}
</style>