Shades of Dark Goldenrod #CB810B
Tints of Dark Goldenrod #CB810B
RGB
CMYK
RGB Variations
Color information
#CB810B (or 0xCB810B) is known color: Dark Goldenrod. HEX triplet: CB, 81 and 0B. RGB value is (203,129,11). Sum of RGB (Red+Green+Blue) = 203+129+11=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB810B is #347EF4. Grayscale: #8A8A8A. Windows color (decimal): -3440373 or 754123. OLE color: 754123.
HSL color Cylindrical-coordinate representation of color #CB810B: hue angle of 36.88º 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 #CB810B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.20 |
| HSL | 36.88º | 0.9% | 0.42% | - |
| HSV(B) | 36.88º | 0.95% | 0.8% | - |
| XYZ | 32.54 | 28.42 | 4.09 | - |
| YUV | 137.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 11 | 0 | 0.36 | 0.95 | 0.20 | 36.88 | 0.9 | 0.42 |
| Hex | CB | 81 | B | 0 | 24 | 5F | 14 | 25 | 5A | 2A |
| Octal | 313 | 201 | 13 | 0 | 44 | 137 | 24 | 45 | 132 | 52 |
| Binary | 11001011 | 10000001 | 1011 | 0 | 100100 | 1011111 | 10100 | 100101 | 1011010 | 101010 |
Color Harmonies of #CB810B
Complementary color
Monochromatic Colors of #CB810B
Black with #CB810B
Text Example
Text Example
White with #CB810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB810B; }
p { color: rgb(203,129,11); }
H1.HeaderClassName
{
color: #CB810B;
}
.AnyTagClassName
{
color: #CB810B;
}
</style>
background-color css
<style>
a { background-color: #CB810B; }
a { background-color: rgb(203,129,11); }
div.DivClassName
{
background-color: #CB810B;
}
.BgClassName
{
background-color: #CB810B;
}
</style>
border-color css
<style>
span { border-color: #CB810B; }
span { border-color: rgb(203,129,11); }
td.TdClassName
{
border-color: #CB810B;
}
.TagClassName
{
border-color: #CB810B;
}
</style>