Shades of Dark Goldenrod #CB8505
Tints of Dark Goldenrod #CB8505
RGB
CMYK
RGB Variations
Color information
#CB8505 (or 0xCB8505) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 05. RGB value is (203,133,5). Sum of RGB (Red+Green+Blue) = 203+133+5=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8505 is #347AFA. Grayscale: #8B8B8B. Windows color (decimal): -3439355 or 361931. OLE color: 361931.
HSL color Cylindrical-coordinate representation of color #CB8505: hue angle of 38.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB8505 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.20 |
| HSL | 38.79º | 0.95% | 0.41% | - |
| HSV(B) | 38.79º | 0.98% | 0.8% | - |
| XYZ | 33.04 | 29.48 | 4.09 | - |
| YUV | 139.34 | 52.19 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 5 | 0 | 0.34 | 0.98 | 0.20 | 38.79 | 0.95 | 0.41 |
| Hex | CB | 85 | 5 | 0 | 22 | 62 | 14 | 27 | 5F | 29 |
| Octal | 313 | 205 | 5 | 0 | 42 | 142 | 24 | 47 | 137 | 51 |
| Binary | 11001011 | 10000101 | 101 | 0 | 100010 | 1100010 | 10100 | 100111 | 1011111 | 101001 |
Color Harmonies of #CB8505
Complementary color
Monochromatic Colors of #CB8505
Black with #CB8505
Text Example
Text Example
White with #CB8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8505; }
p { color: rgb(203,133,5); }
H1.HeaderClassName
{
color: #CB8505;
}
.AnyTagClassName
{
color: #CB8505;
}
</style>
background-color css
<style>
a { background-color: #CB8505; }
a { background-color: rgb(203,133,5); }
div.DivClassName
{
background-color: #CB8505;
}
.BgClassName
{
background-color: #CB8505;
}
</style>
border-color css
<style>
span { border-color: #CB8505; }
span { border-color: rgb(203,133,5); }
td.TdClassName
{
border-color: #CB8505;
}
.TagClassName
{
border-color: #CB8505;
}
</style>