Shades of Dark Goldenrod #CB8A00
Tints of Dark Goldenrod #CB8A00
RGB
CMYK
RGB Variations
Color information
#CB8A00 (or 0xCB8A00) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 00. RGB value is (203,138,0). Sum of RGB (Red+Green+Blue) = 203+138+0=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A00 is #3475FF. Grayscale: #8E8E8E. Windows color (decimal): -3438080 or 35531. OLE color: 35531.
HSL color Cylindrical-coordinate representation of color #CB8A00: hue angle of 40.79º 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 #CB8A00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.20 |
| HSL | 40.79º | 1% | 0.4% | - |
| HSV(B) | 40.79º | 1% | 0.8% | - |
| XYZ | 33.72 | 30.87 | 4.18 | - |
| YUV | 141.7 | 48.03 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 0 | 0 | 0.32 | 1 | 0.20 | 40.79 | 1 | 0.4 |
| Hex | CB | 8A | 0 | 0 | 20 | 64 | 14 | 29 | 64 | 28 |
| Octal | 313 | 212 | 0 | 0 | 40 | 144 | 24 | 51 | 144 | 50 |
| Binary | 11001011 | 10001010 | 0 | 0 | 100000 | 1100100 | 10100 | 101001 | 1100100 | 101000 |
Color Harmonies of #CB8A00
Complementary color
Monochromatic Colors of #CB8A00
Black with #CB8A00
Text Example
Text Example
White with #CB8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A00; }
p { color: rgb(203,138,0); }
H1.HeaderClassName
{
color: #CB8A00;
}
.AnyTagClassName
{
color: #CB8A00;
}
</style>
background-color css
<style>
a { background-color: #CB8A00; }
a { background-color: rgb(203,138,0); }
div.DivClassName
{
background-color: #CB8A00;
}
.BgClassName
{
background-color: #CB8A00;
}
</style>
border-color css
<style>
span { border-color: #CB8A00; }
span { border-color: rgb(203,138,0); }
td.TdClassName
{
border-color: #CB8A00;
}
.TagClassName
{
border-color: #CB8A00;
}
</style>