Shades of Dark Goldenrod #CB7C01
Tints of Dark Goldenrod #CB7C01
RGB
CMYK
RGB Variations
Color information
#CB7C01 (or 0xCB7C01) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 01. RGB value is (203,124,1). Sum of RGB (Red+Green+Blue) = 203+124+1=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C01 is #3483FE. Grayscale: #868686. Windows color (decimal): -3441663 or 97483. OLE color: 97483.
HSL color Cylindrical-coordinate representation of color #CB7C01: hue angle of 36.53º 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 #CB7C01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.20 |
| HSL | 36.53º | 0.99% | 0.4% | - |
| HSV(B) | 36.53º | 1% | 0.8% | - |
| XYZ | 31.84 | 27.11 | 3.58 | - |
| YUV | 133.6 | 53.17 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 1 | 0 | 0.39 | 1.00 | 0.20 | 36.53 | 0.99 | 0.4 |
| Hex | CB | 7C | 1 | 0 | 27 | 64 | 14 | 25 | 63 | 28 |
| Octal | 313 | 174 | 1 | 0 | 47 | 144 | 24 | 45 | 143 | 50 |
| Binary | 11001011 | 1111100 | 1 | 0 | 100111 | 1100100 | 10100 | 100101 | 1100011 | 101000 |
Color Harmonies of #CB7C01
Complementary color
Monochromatic Colors of #CB7C01
Black with #CB7C01
Text Example
Text Example
White with #CB7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C01; }
p { color: rgb(203,124,1); }
H1.HeaderClassName
{
color: #CB7C01;
}
.AnyTagClassName
{
color: #CB7C01;
}
</style>
background-color css
<style>
a { background-color: #CB7C01; }
a { background-color: rgb(203,124,1); }
div.DivClassName
{
background-color: #CB7C01;
}
.BgClassName
{
background-color: #CB7C01;
}
</style>
border-color css
<style>
span { border-color: #CB7C01; }
span { border-color: rgb(203,124,1); }
td.TdClassName
{
border-color: #CB7C01;
}
.TagClassName
{
border-color: #CB7C01;
}
</style>