Shades of Dark Goldenrod #CB8005
Tints of Dark Goldenrod #CB8005
RGB
CMYK
RGB Variations
Color information
#CB8005 (or 0xCB8005) is known color: Dark Goldenrod. HEX triplet: CB, 80 and 05. RGB value is (203,128,5). Sum of RGB (Red+Green+Blue) = 203+128+5=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8005 is #347FFA. Grayscale: #888888. Windows color (decimal): -3440635 or 360651. OLE color: 360651.
HSL color Cylindrical-coordinate representation of color #CB8005: hue angle of 37.27º 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 #CB8005 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.20 |
| HSL | 37.27º | 0.95% | 0.41% | - |
| HSV(B) | 37.27º | 0.98% | 0.8% | - |
| XYZ | 32.38 | 28.15 | 3.87 | - |
| YUV | 136.4 | 53.85 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 5 | 0 | 0.37 | 0.98 | 0.20 | 37.27 | 0.95 | 0.41 |
| Hex | CB | 80 | 5 | 0 | 25 | 62 | 14 | 25 | 5F | 29 |
| Octal | 313 | 200 | 5 | 0 | 45 | 142 | 24 | 45 | 137 | 51 |
| Binary | 11001011 | 10000000 | 101 | 0 | 100101 | 1100010 | 10100 | 100101 | 1011111 | 101001 |
Color Harmonies of #CB8005
Complementary color
Monochromatic Colors of #CB8005
Black with #CB8005
Text Example
Text Example
White with #CB8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8005; }
p { color: rgb(203,128,5); }
H1.HeaderClassName
{
color: #CB8005;
}
.AnyTagClassName
{
color: #CB8005;
}
</style>
background-color css
<style>
a { background-color: #CB8005; }
a { background-color: rgb(203,128,5); }
div.DivClassName
{
background-color: #CB8005;
}
.BgClassName
{
background-color: #CB8005;
}
</style>
border-color css
<style>
span { border-color: #CB8005; }
span { border-color: rgb(203,128,5); }
td.TdClassName
{
border-color: #CB8005;
}
.TagClassName
{
border-color: #CB8005;
}
</style>