Shades of Dark Goldenrod #CB8713
Tints of Dark Goldenrod #CB8713
RGB
CMYK
RGB Variations
Color information
#CB8713 (or 0xCB8713) is known color: Dark Goldenrod. HEX triplet: CB, 87 and 13. RGB value is (203,135,19). Sum of RGB (Red+Green+Blue) = 203+135+19=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8713 is #3478EC. Grayscale: #8E8E8E. Windows color (decimal): -3438829 or 1279947. OLE color: 1279947.
HSL color Cylindrical-coordinate representation of color #CB8713: hue angle of 37.83º 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 #CB8713 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.20 |
| HSL | 37.83º | 0.83% | 0.44% | - |
| HSV(B) | 37.83º | 0.91% | 0.8% | - |
| XYZ | 33.41 | 30.07 | 4.66 | - |
| YUV | 142.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 19 | 0 | 0.33 | 0.91 | 0.20 | 37.83 | 0.83 | 0.44 |
| Hex | CB | 87 | 13 | 0 | 21 | 5B | 14 | 26 | 53 | 2C |
| Octal | 313 | 207 | 23 | 0 | 41 | 133 | 24 | 46 | 123 | 54 |
| Binary | 11001011 | 10000111 | 10011 | 0 | 100001 | 1011011 | 10100 | 100110 | 1010011 | 101100 |
Color Harmonies of #CB8713
Complementary color
Monochromatic Colors of #CB8713
Black with #CB8713
Text Example
Text Example
White with #CB8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8713; }
p { color: rgb(203,135,19); }
H1.HeaderClassName
{
color: #CB8713;
}
.AnyTagClassName
{
color: #CB8713;
}
</style>
background-color css
<style>
a { background-color: #CB8713; }
a { background-color: rgb(203,135,19); }
div.DivClassName
{
background-color: #CB8713;
}
.BgClassName
{
background-color: #CB8713;
}
</style>
border-color css
<style>
span { border-color: #CB8713; }
span { border-color: rgb(203,135,19); }
td.TdClassName
{
border-color: #CB8713;
}
.TagClassName
{
border-color: #CB8713;
}
</style>