Shades of Dark Goldenrod #CB7C06
Tints of Dark Goldenrod #CB7C06
RGB
CMYK
RGB Variations
Color information
#CB7C06 (or 0xCB7C06) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 06. RGB value is (203,124,6). Sum of RGB (Red+Green+Blue) = 203+124+6=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C06 is #3483F9. Grayscale: #868686. Windows color (decimal): -3441658 or 425163. OLE color: 425163.
HSL color Cylindrical-coordinate representation of color #CB7C06: hue angle of 35.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB7C06 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 6 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.20 |
| HSL | 35.94º | 0.94% | 0.41% | - |
| HSV(B) | 35.94º | 0.97% | 0.8% | - |
| XYZ | 31.87 | 27.12 | 3.73 | - |
| YUV | 134.17 | 55.67 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 6 | 0 | 0.39 | 0.97 | 0.20 | 35.94 | 0.94 | 0.41 |
| Hex | CB | 7C | 6 | 0 | 27 | 61 | 14 | 24 | 5E | 29 |
| Octal | 313 | 174 | 6 | 0 | 47 | 141 | 24 | 44 | 136 | 51 |
| Binary | 11001011 | 1111100 | 110 | 0 | 100111 | 1100001 | 10100 | 100100 | 1011110 | 101001 |
Color Harmonies of #CB7C06
Complementary color
Monochromatic Colors of #CB7C06
Black with #CB7C06
Text Example
Text Example
White with #CB7C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C06; }
p { color: rgb(203,124,6); }
H1.HeaderClassName
{
color: #CB7C06;
}
.AnyTagClassName
{
color: #CB7C06;
}
</style>
background-color css
<style>
a { background-color: #CB7C06; }
a { background-color: rgb(203,124,6); }
div.DivClassName
{
background-color: #CB7C06;
}
.BgClassName
{
background-color: #CB7C06;
}
</style>
border-color css
<style>
span { border-color: #CB7C06; }
span { border-color: rgb(203,124,6); }
td.TdClassName
{
border-color: #CB7C06;
}
.TagClassName
{
border-color: #CB7C06;
}
</style>