Shades of Dark Goldenrod #C28717
Tints of Dark Goldenrod #C28717
RGB
CMYK
RGB Variations
Color information
#C28717 (or 0xC28717) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 17. RGB value is (194,135,23). Sum of RGB (Red+Green+Blue) = 194+135+23=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28717 is #3D78E8. Grayscale: #8C8C8C. Windows color (decimal): -4028649 or 1542082. OLE color: 1542082.
HSL color Cylindrical-coordinate representation of color #C28717: hue angle of 39.3º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C28717 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 23 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.24 |
| HSL | 39.3º | 0.79% | 0.43% | - |
| HSV(B) | 39.3º | 0.88% | 0.76% | - |
| XYZ | 31.07 | 28.86 | 4.74 | - |
| YUV | 139.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 23 | 0 | 0.30 | 0.88 | 0.24 | 39.3 | 0.79 | 0.43 |
| Hex | C2 | 87 | 17 | 0 | 1E | 58 | 18 | 27 | 4F | 2B |
| Octal | 302 | 207 | 27 | 0 | 36 | 130 | 30 | 47 | 117 | 53 |
| Binary | 11000010 | 10000111 | 10111 | 0 | 11110 | 1011000 | 11000 | 100111 | 1001111 | 101011 |
Color Harmonies of #C28717
Complementary color
Monochromatic Colors of #C28717
Black with #C28717
Text Example
Text Example
White with #C28717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28717; }
p { color: rgb(194,135,23); }
H1.HeaderClassName
{
color: #C28717;
}
.AnyTagClassName
{
color: #C28717;
}
</style>
background-color css
<style>
a { background-color: #C28717; }
a { background-color: rgb(194,135,23); }
div.DivClassName
{
background-color: #C28717;
}
.BgClassName
{
background-color: #C28717;
}
</style>
border-color css
<style>
span { border-color: #C28717; }
span { border-color: rgb(194,135,23); }
td.TdClassName
{
border-color: #C28717;
}
.TagClassName
{
border-color: #C28717;
}
</style>