Shades of Dark Goldenrod #CB7A00
Tints of Dark Goldenrod #CB7A00
RGB
CMYK
RGB Variations
Color information
#CB7A00 (or 0xCB7A00) is known color: Dark Goldenrod. HEX triplet: CB, 7A and 00. RGB value is (203,122,0). Sum of RGB (Red+Green+Blue) = 203+122+0=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7A00 is #3485FF. Grayscale: #848484. Windows color (decimal): -3442176 or 31435. OLE color: 31435.
HSL color Cylindrical-coordinate representation of color #CB7A00: hue angle of 36.06º 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 #CB7A00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.20 |
| HSL | 36.06º | 1% | 0.4% | - |
| HSV(B) | 36.06º | 1% | 0.8% | - |
| XYZ | 31.59 | 26.62 | 3.47 | - |
| YUV | 132.31 | 53.34 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 0 | 0 | 0.40 | 1 | 0.20 | 36.06 | 1 | 0.4 |
| Hex | CB | 7A | 0 | 0 | 28 | 64 | 14 | 24 | 64 | 28 |
| Octal | 313 | 172 | 0 | 0 | 50 | 144 | 24 | 44 | 144 | 50 |
| Binary | 11001011 | 1111010 | 0 | 0 | 101000 | 1100100 | 10100 | 100100 | 1100100 | 101000 |
Color Harmonies of #CB7A00
Complementary color
Monochromatic Colors of #CB7A00
Black with #CB7A00
Text Example
Text Example
White with #CB7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A00; }
p { color: rgb(203,122,0); }
H1.HeaderClassName
{
color: #CB7A00;
}
.AnyTagClassName
{
color: #CB7A00;
}
</style>
background-color css
<style>
a { background-color: #CB7A00; }
a { background-color: rgb(203,122,0); }
div.DivClassName
{
background-color: #CB7A00;
}
.BgClassName
{
background-color: #CB7A00;
}
</style>
border-color css
<style>
span { border-color: #CB7A00; }
span { border-color: rgb(203,122,0); }
td.TdClassName
{
border-color: #CB7A00;
}
.TagClassName
{
border-color: #CB7A00;
}
</style>