Shades of Dark Goldenrod #CB8601
Tints of Dark Goldenrod #CB8601
RGB
CMYK
RGB Variations
Color information
#CB8601 (or 0xCB8601) is known color: Dark Goldenrod. HEX triplet: CB, 86 and 01. RGB value is (203,134,1). Sum of RGB (Red+Green+Blue) = 203+134+1=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8601 is #3479FE. Grayscale: #8C8C8C. Windows color (decimal): -3439103 or 100043. OLE color: 100043.
HSL color Cylindrical-coordinate representation of color #CB8601: hue angle of 39.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB8601 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.20 |
| HSL | 39.5º | 0.99% | 0.4% | - |
| HSV(B) | 39.5º | 1% | 0.8% | - |
| XYZ | 33.16 | 29.75 | 4.02 | - |
| YUV | 139.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 1 | 0 | 0.34 | 1.00 | 0.20 | 39.5 | 0.99 | 0.4 |
| Hex | CB | 86 | 1 | 0 | 22 | 64 | 14 | 28 | 63 | 28 |
| Octal | 313 | 206 | 1 | 0 | 42 | 144 | 24 | 50 | 143 | 50 |
| Binary | 11001011 | 10000110 | 1 | 0 | 100010 | 1100100 | 10100 | 101000 | 1100011 | 101000 |
Color Harmonies of #CB8601
Complementary color
Monochromatic Colors of #CB8601
Black with #CB8601
Text Example
Text Example
White with #CB8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8601; }
p { color: rgb(203,134,1); }
H1.HeaderClassName
{
color: #CB8601;
}
.AnyTagClassName
{
color: #CB8601;
}
</style>
background-color css
<style>
a { background-color: #CB8601; }
a { background-color: rgb(203,134,1); }
div.DivClassName
{
background-color: #CB8601;
}
.BgClassName
{
background-color: #CB8601;
}
</style>
border-color css
<style>
span { border-color: #CB8601; }
span { border-color: rgb(203,134,1); }
td.TdClassName
{
border-color: #CB8601;
}
.TagClassName
{
border-color: #CB8601;
}
</style>