Shades of Dark Goldenrod #CB8C02
Tints of Dark Goldenrod #CB8C02
RGB
CMYK
RGB Variations
Color information
#CB8C02 (or 0xCB8C02) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 02. RGB value is (203,140,2). Sum of RGB (Red+Green+Blue) = 203+140+2=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C02 is #3473FD. Grayscale: #8F8F8F. Windows color (decimal): -3437566 or 167115. OLE color: 167115.
HSL color Cylindrical-coordinate representation of color #CB8C02: hue angle of 41.19º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB8C02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.20 |
| HSL | 41.19º | 0.98% | 0.4% | - |
| HSV(B) | 41.19º | 0.99% | 0.8% | - |
| XYZ | 34.02 | 31.46 | 4.34 | - |
| YUV | 143.11 | 48.37 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 2 | 0 | 0.31 | 0.99 | 0.20 | 41.19 | 0.98 | 0.4 |
| Hex | CB | 8C | 2 | 0 | 1F | 63 | 14 | 29 | 62 | 28 |
| Octal | 313 | 214 | 2 | 0 | 37 | 143 | 24 | 51 | 142 | 50 |
| Binary | 11001011 | 10001100 | 10 | 0 | 11111 | 1100011 | 10100 | 101001 | 1100010 | 101000 |
Color Harmonies of #CB8C02
Complementary color
Monochromatic Colors of #CB8C02
Black with #CB8C02
Text Example
Text Example
White with #CB8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C02; }
p { color: rgb(203,140,2); }
H1.HeaderClassName
{
color: #CB8C02;
}
.AnyTagClassName
{
color: #CB8C02;
}
</style>
background-color css
<style>
a { background-color: #CB8C02; }
a { background-color: rgb(203,140,2); }
div.DivClassName
{
background-color: #CB8C02;
}
.BgClassName
{
background-color: #CB8C02;
}
</style>
border-color css
<style>
span { border-color: #CB8C02; }
span { border-color: rgb(203,140,2); }
td.TdClassName
{
border-color: #CB8C02;
}
.TagClassName
{
border-color: #CB8C02;
}
</style>