Shades of Dark Goldenrod #CB8C07
Tints of Dark Goldenrod #CB8C07
RGB
CMYK
RGB Variations
Color information
#CB8C07 (or 0xCB8C07) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 07. RGB value is (203,140,7). Sum of RGB (Red+Green+Blue) = 203+140+7=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C07 is #3473F8. Grayscale: #909090. Windows color (decimal): -3437561 or 494795. OLE color: 494795.
HSL color Cylindrical-coordinate representation of color #CB8C07: hue angle of 40.71º degrees, saturation: 0.93, 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 #CB8C07 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.20 |
| HSL | 40.71º | 0.93% | 0.41% | - |
| HSV(B) | 40.71º | 0.97% | 0.8% | - |
| XYZ | 34.05 | 31.47 | 4.48 | - |
| YUV | 143.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 7 | 0 | 0.31 | 0.97 | 0.20 | 40.71 | 0.93 | 0.41 |
| Hex | CB | 8C | 7 | 0 | 1F | 61 | 14 | 29 | 5D | 29 |
| Octal | 313 | 214 | 7 | 0 | 37 | 141 | 24 | 51 | 135 | 51 |
| Binary | 11001011 | 10001100 | 111 | 0 | 11111 | 1100001 | 10100 | 101001 | 1011101 | 101001 |
Color Harmonies of #CB8C07
Complementary color
Monochromatic Colors of #CB8C07
Black with #CB8C07
Text Example
Text Example
White with #CB8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C07; }
p { color: rgb(203,140,7); }
H1.HeaderClassName
{
color: #CB8C07;
}
.AnyTagClassName
{
color: #CB8C07;
}
</style>
background-color css
<style>
a { background-color: #CB8C07; }
a { background-color: rgb(203,140,7); }
div.DivClassName
{
background-color: #CB8C07;
}
.BgClassName
{
background-color: #CB8C07;
}
</style>
border-color css
<style>
span { border-color: #CB8C07; }
span { border-color: rgb(203,140,7); }
td.TdClassName
{
border-color: #CB8C07;
}
.TagClassName
{
border-color: #CB8C07;
}
</style>