Shades of Dark Goldenrod #CB8B12
Tints of Dark Goldenrod #CB8B12
RGB
CMYK
RGB Variations
Color information
#CB8B12 (or 0xCB8B12) is known color: Dark Goldenrod. HEX triplet: CB, 8B and 12. RGB value is (203,139,18). Sum of RGB (Red+Green+Blue) = 203+139+18=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8B12 is #3474ED. Grayscale: #909090. Windows color (decimal): -3437806 or 1215435. OLE color: 1215435.
HSL color Cylindrical-coordinate representation of color #CB8B12: hue angle of 39.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8B12 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.20 |
| HSL | 39.24º | 0.84% | 0.43% | - |
| HSV(B) | 39.24º | 0.91% | 0.8% | - |
| XYZ | 33.97 | 31.21 | 4.81 | - |
| YUV | 144.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 18 | 0 | 0.32 | 0.91 | 0.20 | 39.24 | 0.84 | 0.43 |
| Hex | CB | 8B | 12 | 0 | 20 | 5B | 14 | 27 | 54 | 2B |
| Octal | 313 | 213 | 22 | 0 | 40 | 133 | 24 | 47 | 124 | 53 |
| Binary | 11001011 | 10001011 | 10010 | 0 | 100000 | 1011011 | 10100 | 100111 | 1010100 | 101011 |
Color Harmonies of #CB8B12
Complementary color
Monochromatic Colors of #CB8B12
Black with #CB8B12
Text Example
Text Example
White with #CB8B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B12; }
p { color: rgb(203,139,18); }
H1.HeaderClassName
{
color: #CB8B12;
}
.AnyTagClassName
{
color: #CB8B12;
}
</style>
background-color css
<style>
a { background-color: #CB8B12; }
a { background-color: rgb(203,139,18); }
div.DivClassName
{
background-color: #CB8B12;
}
.BgClassName
{
background-color: #CB8B12;
}
</style>
border-color css
<style>
span { border-color: #CB8B12; }
span { border-color: rgb(203,139,18); }
td.TdClassName
{
border-color: #CB8B12;
}
.TagClassName
{
border-color: #CB8B12;
}
</style>