Shades of Dark Goldenrod #C17B13
Tints of Dark Goldenrod #C17B13
RGB
CMYK
RGB Variations
Color information
#C17B13 (or 0xC17B13) is known color: Dark Goldenrod. HEX triplet: C1, 7B and 13. RGB value is (193,123,19). Sum of RGB (Red+Green+Blue) = 193+123+19=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B13 is #3E84EC. Grayscale: #848484. Windows color (decimal): -4097261 or 1276865. OLE color: 1276865.
HSL color Cylindrical-coordinate representation of color #C17B13: hue angle of 35.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17B13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.24 |
| HSL | 35.86º | 0.82% | 0.42% | - |
| HSV(B) | 35.86º | 0.9% | 0.76% | - |
| XYZ | 29.19 | 25.55 | 4.01 | - |
| YUV | 132.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 19 | 0 | 0.36 | 0.90 | 0.24 | 35.86 | 0.82 | 0.42 |
| Hex | C1 | 7B | 13 | 0 | 24 | 5A | 18 | 24 | 52 | 2A |
| Octal | 301 | 173 | 23 | 0 | 44 | 132 | 30 | 44 | 122 | 52 |
| Binary | 11000001 | 1111011 | 10011 | 0 | 100100 | 1011010 | 11000 | 100100 | 1010010 | 101010 |
Color Harmonies of #C17B13
Complementary color
Monochromatic Colors of #C17B13
Black with #C17B13
Text Example
Text Example
White with #C17B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B13; }
p { color: rgb(193,123,19); }
H1.HeaderClassName
{
color: #C17B13;
}
.AnyTagClassName
{
color: #C17B13;
}
</style>
background-color css
<style>
a { background-color: #C17B13; }
a { background-color: rgb(193,123,19); }
div.DivClassName
{
background-color: #C17B13;
}
.BgClassName
{
background-color: #C17B13;
}
</style>
border-color css
<style>
span { border-color: #C17B13; }
span { border-color: rgb(193,123,19); }
td.TdClassName
{
border-color: #C17B13;
}
.TagClassName
{
border-color: #C17B13;
}
</style>