Shades of Dark Goldenrod #CB8000
Tints of Dark Goldenrod #CB8000
RGB
CMYK
RGB Variations
Color information
#CB8000 (or 0xCB8000) is known color: Dark Goldenrod. HEX triplet: CB, 80 and 00. RGB value is (203,128,0). Sum of RGB (Red+Green+Blue) = 203+128+0=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8000 is #347FFF. Grayscale: #888888. Windows color (decimal): -3440640 or 32971. OLE color: 32971.
HSL color Cylindrical-coordinate representation of color #CB8000: hue angle of 37.83º 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 #CB8000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.20 |
| HSL | 37.83º | 1% | 0.4% | - |
| HSV(B) | 37.83º | 1% | 0.8% | - |
| XYZ | 32.35 | 28.13 | 3.73 | - |
| YUV | 135.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 0 | 0 | 0.37 | 1 | 0.20 | 37.83 | 1 | 0.4 |
| Hex | CB | 80 | 0 | 0 | 25 | 64 | 14 | 26 | 64 | 28 |
| Octal | 313 | 200 | 0 | 0 | 45 | 144 | 24 | 46 | 144 | 50 |
| Binary | 11001011 | 10000000 | 0 | 0 | 100101 | 1100100 | 10100 | 100110 | 1100100 | 101000 |
Color Harmonies of #CB8000
Complementary color
Monochromatic Colors of #CB8000
Black with #CB8000
Text Example
Text Example
White with #CB8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8000; }
p { color: rgb(203,128,0); }
H1.HeaderClassName
{
color: #CB8000;
}
.AnyTagClassName
{
color: #CB8000;
}
</style>
background-color css
<style>
a { background-color: #CB8000; }
a { background-color: rgb(203,128,0); }
div.DivClassName
{
background-color: #CB8000;
}
.BgClassName
{
background-color: #CB8000;
}
</style>
border-color css
<style>
span { border-color: #CB8000; }
span { border-color: rgb(203,128,0); }
td.TdClassName
{
border-color: #CB8000;
}
.TagClassName
{
border-color: #CB8000;
}
</style>