Shades of Dark Goldenrod #CB8300
Tints of Dark Goldenrod #CB8300
RGB
CMYK
RGB Variations
Color information
#CB8300 (or 0xCB8300) is known color: Dark Goldenrod. HEX triplet: CB, 83 and 00. RGB value is (203,131,0). Sum of RGB (Red+Green+Blue) = 203+131+0=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8300 is #347CFF. Grayscale: #8A8A8A. Windows color (decimal): -3439872 or 33739. OLE color: 33739.
HSL color Cylindrical-coordinate representation of color #CB8300: hue angle of 38.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB8300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.20 |
| HSL | 38.72º | 1% | 0.4% | - |
| HSV(B) | 38.72º | 1% | 0.8% | - |
| XYZ | 32.74 | 28.93 | 3.86 | - |
| YUV | 137.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 0 | 0 | 0.35 | 1 | 0.20 | 38.72 | 1 | 0.4 |
| Hex | CB | 83 | 0 | 0 | 23 | 64 | 14 | 27 | 64 | 28 |
| Octal | 313 | 203 | 0 | 0 | 43 | 144 | 24 | 47 | 144 | 50 |
| Binary | 11001011 | 10000011 | 0 | 0 | 100011 | 1100100 | 10100 | 100111 | 1100100 | 101000 |
Color Harmonies of #CB8300
Complementary color
Monochromatic Colors of #CB8300
Black with #CB8300
Text Example
Text Example
White with #CB8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8300; }
p { color: rgb(203,131,0); }
H1.HeaderClassName
{
color: #CB8300;
}
.AnyTagClassName
{
color: #CB8300;
}
</style>
background-color css
<style>
a { background-color: #CB8300; }
a { background-color: rgb(203,131,0); }
div.DivClassName
{
background-color: #CB8300;
}
.BgClassName
{
background-color: #CB8300;
}
</style>
border-color css
<style>
span { border-color: #CB8300; }
span { border-color: rgb(203,131,0); }
td.TdClassName
{
border-color: #CB8300;
}
.TagClassName
{
border-color: #CB8300;
}
</style>