Shades of Dark Goldenrod #C1810B
Tints of Dark Goldenrod #C1810B
RGB
CMYK
RGB Variations
Color information
#C1810B (or 0xC1810B) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 0B. RGB value is (193,129,11). Sum of RGB (Red+Green+Blue) = 193+129+11=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1810B is #3E7EF4. Grayscale: #878787. Windows color (decimal): -4095733 or 754113. OLE color: 754113.
HSL color Cylindrical-coordinate representation of color #C1810B: hue angle of 38.9º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1810B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.24 |
| HSL | 38.9º | 0.89% | 0.4% | - |
| HSV(B) | 38.9º | 0.94% | 0.76% | - |
| XYZ | 29.9 | 27.06 | 3.96 | - |
| YUV | 134.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 11 | 0 | 0.33 | 0.94 | 0.24 | 38.9 | 0.89 | 0.4 |
| Hex | C1 | 81 | B | 0 | 21 | 5E | 18 | 27 | 59 | 28 |
| Octal | 301 | 201 | 13 | 0 | 41 | 136 | 30 | 47 | 131 | 50 |
| Binary | 11000001 | 10000001 | 1011 | 0 | 100001 | 1011110 | 11000 | 100111 | 1011001 | 101000 |
Color Harmonies of #C1810B
Complementary color
Monochromatic Colors of #C1810B
Black with #C1810B
Text Example
Text Example
White with #C1810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1810B; }
p { color: rgb(193,129,11); }
H1.HeaderClassName
{
color: #C1810B;
}
.AnyTagClassName
{
color: #C1810B;
}
</style>
background-color css
<style>
a { background-color: #C1810B; }
a { background-color: rgb(193,129,11); }
div.DivClassName
{
background-color: #C1810B;
}
.BgClassName
{
background-color: #C1810B;
}
</style>
border-color css
<style>
span { border-color: #C1810B; }
span { border-color: rgb(193,129,11); }
td.TdClassName
{
border-color: #C1810B;
}
.TagClassName
{
border-color: #C1810B;
}
</style>