Shades of Dark Goldenrod #CB8916
Tints of Dark Goldenrod #CB8916
RGB
CMYK
RGB Variations
Color information
#CB8916 (or 0xCB8916) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 16. RGB value is (203,137,22). Sum of RGB (Red+Green+Blue) = 203+137+22=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8916 is #3476E9. Grayscale: #909090. Windows color (decimal): -3438314 or 1477067. OLE color: 1477067.
HSL color Cylindrical-coordinate representation of color #CB8916: hue angle of 38.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8916 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.20 |
| HSL | 38.12º | 0.8% | 0.44% | - |
| HSV(B) | 38.12º | 0.89% | 0.8% | - |
| XYZ | 33.72 | 30.65 | 4.9 | - |
| YUV | 143.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 22 | 0 | 0.33 | 0.89 | 0.20 | 38.12 | 0.8 | 0.44 |
| Hex | CB | 89 | 16 | 0 | 21 | 59 | 14 | 26 | 50 | 2C |
| Octal | 313 | 211 | 26 | 0 | 41 | 131 | 24 | 46 | 120 | 54 |
| Binary | 11001011 | 10001001 | 10110 | 0 | 100001 | 1011001 | 10100 | 100110 | 1010000 | 101100 |
Color Harmonies of #CB8916
Complementary color
Monochromatic Colors of #CB8916
Black with #CB8916
Text Example
Text Example
White with #CB8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8916; }
p { color: rgb(203,137,22); }
H1.HeaderClassName
{
color: #CB8916;
}
.AnyTagClassName
{
color: #CB8916;
}
</style>
background-color css
<style>
a { background-color: #CB8916; }
a { background-color: rgb(203,137,22); }
div.DivClassName
{
background-color: #CB8916;
}
.BgClassName
{
background-color: #CB8916;
}
</style>
border-color css
<style>
span { border-color: #CB8916; }
span { border-color: rgb(203,137,22); }
td.TdClassName
{
border-color: #CB8916;
}
.TagClassName
{
border-color: #CB8916;
}
</style>