Shades of Dark Goldenrod #CB8B00
Tints of Dark Goldenrod #CB8B00
RGB
CMYK
RGB Variations
Color information
#CB8B00 (or 0xCB8B00) is known color: Dark Goldenrod. HEX triplet: CB, 8B and 00. RGB value is (203,139,0). Sum of RGB (Red+Green+Blue) = 203+139+0=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8B00 is #3474FF. Grayscale: #8E8E8E. Windows color (decimal): -3437824 or 35787. OLE color: 35787.
HSL color Cylindrical-coordinate representation of color #CB8B00: hue angle of 41.08º 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 #CB8B00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.20 |
| HSL | 41.08º | 1% | 0.4% | - |
| HSV(B) | 41.08º | 1% | 0.8% | - |
| XYZ | 33.86 | 31.16 | 4.23 | - |
| YUV | 142.29 | 47.7 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 0 | 0 | 0.32 | 1 | 0.20 | 41.08 | 1 | 0.4 |
| Hex | CB | 8B | 0 | 0 | 20 | 64 | 14 | 29 | 64 | 28 |
| Octal | 313 | 213 | 0 | 0 | 40 | 144 | 24 | 51 | 144 | 50 |
| Binary | 11001011 | 10001011 | 0 | 0 | 100000 | 1100100 | 10100 | 101001 | 1100100 | 101000 |
Color Harmonies of #CB8B00
Complementary color
Monochromatic Colors of #CB8B00
Black with #CB8B00
Text Example
Text Example
White with #CB8B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B00; }
p { color: rgb(203,139,0); }
H1.HeaderClassName
{
color: #CB8B00;
}
.AnyTagClassName
{
color: #CB8B00;
}
</style>
background-color css
<style>
a { background-color: #CB8B00; }
a { background-color: rgb(203,139,0); }
div.DivClassName
{
background-color: #CB8B00;
}
.BgClassName
{
background-color: #CB8B00;
}
</style>
border-color css
<style>
span { border-color: #CB8B00; }
span { border-color: rgb(203,139,0); }
td.TdClassName
{
border-color: #CB8B00;
}
.TagClassName
{
border-color: #CB8B00;
}
</style>