Shades of Dark Goldenrod #CB880B
Tints of Dark Goldenrod #CB880B
RGB
CMYK
RGB Variations
Color information
#CB880B (or 0xCB880B) is known color: Dark Goldenrod. HEX triplet: CB, 88 and 0B. RGB value is (203,136,11). Sum of RGB (Red+Green+Blue) = 203+136+11=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB880B is #3477F4. Grayscale: #8E8E8E. Windows color (decimal): -3438581 or 755915. OLE color: 755915.
HSL color Cylindrical-coordinate representation of color #CB880B: hue angle of 39.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB880B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.20 |
| HSL | 39.06º | 0.9% | 0.42% | - |
| HSV(B) | 39.06º | 0.95% | 0.8% | - |
| XYZ | 33.49 | 30.33 | 4.41 | - |
| YUV | 141.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 11 | 0 | 0.33 | 0.95 | 0.20 | 39.06 | 0.9 | 0.42 |
| Hex | CB | 88 | B | 0 | 21 | 5F | 14 | 27 | 5A | 2A |
| Octal | 313 | 210 | 13 | 0 | 41 | 137 | 24 | 47 | 132 | 52 |
| Binary | 11001011 | 10001000 | 1011 | 0 | 100001 | 1011111 | 10100 | 100111 | 1011010 | 101010 |
Color Harmonies of #CB880B
Complementary color
Monochromatic Colors of #CB880B
Black with #CB880B
Text Example
Text Example
White with #CB880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB880B; }
p { color: rgb(203,136,11); }
H1.HeaderClassName
{
color: #CB880B;
}
.AnyTagClassName
{
color: #CB880B;
}
</style>
background-color css
<style>
a { background-color: #CB880B; }
a { background-color: rgb(203,136,11); }
div.DivClassName
{
background-color: #CB880B;
}
.BgClassName
{
background-color: #CB880B;
}
</style>
border-color css
<style>
span { border-color: #CB880B; }
span { border-color: rgb(203,136,11); }
td.TdClassName
{
border-color: #CB880B;
}
.TagClassName
{
border-color: #CB880B;
}
</style>