Shades of Dark Goldenrod #CB7D01
Tints of Dark Goldenrod #CB7D01
RGB
CMYK
RGB Variations
Color information
#CB7D01 (or 0xCB7D01) is known color: Dark Goldenrod. HEX triplet: CB, 7D and 01. RGB value is (203,125,1). Sum of RGB (Red+Green+Blue) = 203+125+1=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D01 is #3482FE. Grayscale: #868686. Windows color (decimal): -3441407 or 97739. OLE color: 97739.
HSL color Cylindrical-coordinate representation of color #CB7D01: hue angle of 36.83º 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 #CB7D01 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.20 |
| HSL | 36.83º | 0.99% | 0.4% | - |
| HSV(B) | 36.83º | 1% | 0.8% | - |
| XYZ | 31.97 | 27.37 | 3.63 | - |
| YUV | 134.19 | 52.84 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 1 | 0 | 0.38 | 1.00 | 0.20 | 36.83 | 0.99 | 0.4 |
| Hex | CB | 7D | 1 | 0 | 26 | 64 | 14 | 25 | 63 | 28 |
| Octal | 313 | 175 | 1 | 0 | 46 | 144 | 24 | 45 | 143 | 50 |
| Binary | 11001011 | 1111101 | 1 | 0 | 100110 | 1100100 | 10100 | 100101 | 1100011 | 101000 |
Color Harmonies of #CB7D01
Complementary color
Monochromatic Colors of #CB7D01
Black with #CB7D01
Text Example
Text Example
White with #CB7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D01; }
p { color: rgb(203,125,1); }
H1.HeaderClassName
{
color: #CB7D01;
}
.AnyTagClassName
{
color: #CB7D01;
}
</style>
background-color css
<style>
a { background-color: #CB7D01; }
a { background-color: rgb(203,125,1); }
div.DivClassName
{
background-color: #CB7D01;
}
.BgClassName
{
background-color: #CB7D01;
}
</style>
border-color css
<style>
span { border-color: #CB7D01; }
span { border-color: rgb(203,125,1); }
td.TdClassName
{
border-color: #CB7D01;
}
.TagClassName
{
border-color: #CB7D01;
}
</style>