Shades of Dark Goldenrod #CB810A
Tints of Dark Goldenrod #CB810A
RGB
CMYK
RGB Variations
Color information
#CB810A (or 0xCB810A) is known color: Dark Goldenrod. HEX triplet: CB, 81 and 0A. RGB value is (203,129,10). Sum of RGB (Red+Green+Blue) = 203+129+10=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB810A is #347EF5. Grayscale: #8A8A8A. Windows color (decimal): -3440374 or 688587. OLE color: 688587.
HSL color Cylindrical-coordinate representation of color #CB810A: hue angle of 36.99º degrees, saturation: 0.91, 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 #CB810A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.20 |
| HSL | 36.99º | 0.91% | 0.42% | - |
| HSV(B) | 36.99º | 0.95% | 0.8% | - |
| XYZ | 32.53 | 28.42 | 4.06 | - |
| YUV | 137.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 10 | 0 | 0.36 | 0.95 | 0.20 | 36.99 | 0.91 | 0.42 |
| Hex | CB | 81 | A | 0 | 24 | 5F | 14 | 25 | 5B | 2A |
| Octal | 313 | 201 | 12 | 0 | 44 | 137 | 24 | 45 | 133 | 52 |
| Binary | 11001011 | 10000001 | 1010 | 0 | 100100 | 1011111 | 10100 | 100101 | 1011011 | 101010 |
Color Harmonies of #CB810A
Complementary color
Monochromatic Colors of #CB810A
Black with #CB810A
Text Example
Text Example
White with #CB810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB810A; }
p { color: rgb(203,129,10); }
H1.HeaderClassName
{
color: #CB810A;
}
.AnyTagClassName
{
color: #CB810A;
}
</style>
background-color css
<style>
a { background-color: #CB810A; }
a { background-color: rgb(203,129,10); }
div.DivClassName
{
background-color: #CB810A;
}
.BgClassName
{
background-color: #CB810A;
}
</style>
border-color css
<style>
span { border-color: #CB810A; }
span { border-color: rgb(203,129,10); }
td.TdClassName
{
border-color: #CB810A;
}
.TagClassName
{
border-color: #CB810A;
}
</style>