Shades of Dark Goldenrod #CB8C13
Tints of Dark Goldenrod #CB8C13
RGB
CMYK
RGB Variations
Color information
#CB8C13 (or 0xCB8C13) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 13. RGB value is (203,140,19). Sum of RGB (Red+Green+Blue) = 203+140+19=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C13 is #3473EC. Grayscale: #919191. Windows color (decimal): -3437549 or 1281227. OLE color: 1281227.
HSL color Cylindrical-coordinate representation of color #CB8C13: hue angle of 39.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8C13 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 19 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.20 |
| HSL | 39.46º | 0.83% | 0.44% | - |
| HSV(B) | 39.46º | 0.91% | 0.8% | - |
| XYZ | 34.12 | 31.5 | 4.9 | - |
| YUV | 145.04 | 56.87 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 19 | 0 | 0.31 | 0.91 | 0.20 | 39.46 | 0.83 | 0.44 |
| Hex | CB | 8C | 13 | 0 | 1F | 5B | 14 | 27 | 53 | 2C |
| Octal | 313 | 214 | 23 | 0 | 37 | 133 | 24 | 47 | 123 | 54 |
| Binary | 11001011 | 10001100 | 10011 | 0 | 11111 | 1011011 | 10100 | 100111 | 1010011 | 101100 |
Color Harmonies of #CB8C13
Complementary color
Monochromatic Colors of #CB8C13
Black with #CB8C13
Text Example
Text Example
White with #CB8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C13; }
p { color: rgb(203,140,19); }
H1.HeaderClassName
{
color: #CB8C13;
}
.AnyTagClassName
{
color: #CB8C13;
}
</style>
background-color css
<style>
a { background-color: #CB8C13; }
a { background-color: rgb(203,140,19); }
div.DivClassName
{
background-color: #CB8C13;
}
.BgClassName
{
background-color: #CB8C13;
}
</style>
border-color css
<style>
span { border-color: #CB8C13; }
span { border-color: rgb(203,140,19); }
td.TdClassName
{
border-color: #CB8C13;
}
.TagClassName
{
border-color: #CB8C13;
}
</style>