Shades of Dark Goldenrod #CB8F05
Tints of Dark Goldenrod #CB8F05
RGB
CMYK
RGB Variations
Color information
#CB8F05 (or 0xCB8F05) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 05. RGB value is (203,143,5). Sum of RGB (Red+Green+Blue) = 203+143+5=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F05 is #3470FA. Grayscale: #919191. Windows color (decimal): -3436795 or 364491. OLE color: 364491.
HSL color Cylindrical-coordinate representation of color #CB8F05: hue angle of 41.82º 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 #CB8F05 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.20 |
| HSL | 41.82º | 0.95% | 0.41% | - |
| HSV(B) | 41.82º | 0.98% | 0.8% | - |
| XYZ | 34.48 | 32.35 | 4.57 | - |
| YUV | 145.21 | 48.88 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 5 | 0 | 0.30 | 0.98 | 0.20 | 41.82 | 0.95 | 0.41 |
| Hex | CB | 8F | 5 | 0 | 1E | 62 | 14 | 2A | 5F | 29 |
| Octal | 313 | 217 | 5 | 0 | 36 | 142 | 24 | 52 | 137 | 51 |
| Binary | 11001011 | 10001111 | 101 | 0 | 11110 | 1100010 | 10100 | 101010 | 1011111 | 101001 |
Color Harmonies of #CB8F05
Complementary color
Monochromatic Colors of #CB8F05
Black with #CB8F05
Text Example
Text Example
White with #CB8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F05; }
p { color: rgb(203,143,5); }
H1.HeaderClassName
{
color: #CB8F05;
}
.AnyTagClassName
{
color: #CB8F05;
}
</style>
background-color css
<style>
a { background-color: #CB8F05; }
a { background-color: rgb(203,143,5); }
div.DivClassName
{
background-color: #CB8F05;
}
.BgClassName
{
background-color: #CB8F05;
}
</style>
border-color css
<style>
span { border-color: #CB8F05; }
span { border-color: rgb(203,143,5); }
td.TdClassName
{
border-color: #CB8F05;
}
.TagClassName
{
border-color: #CB8F05;
}
</style>