Shades of Dark Goldenrod #C28A17
Tints of Dark Goldenrod #C28A17
RGB
CMYK
RGB Variations
Color information
#C28A17 (or 0xC28A17) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 17. RGB value is (194,138,23). Sum of RGB (Red+Green+Blue) = 194+138+23=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A17 is #3D75E8. Grayscale: #8E8E8E. Windows color (decimal): -4027881 or 1542850. OLE color: 1542850.
HSL color Cylindrical-coordinate representation of color #C28A17: hue angle of 40.35º 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 #C28A17 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 23 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.24 |
| HSL | 40.35º | 0.79% | 0.43% | - |
| HSV(B) | 40.35º | 0.88% | 0.76% | - |
| XYZ | 31.49 | 29.71 | 4.89 | - |
| YUV | 141.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 23 | 0 | 0.29 | 0.88 | 0.24 | 40.35 | 0.79 | 0.43 |
| Hex | C2 | 8A | 17 | 0 | 1D | 58 | 18 | 28 | 4F | 2B |
| Octal | 302 | 212 | 27 | 0 | 35 | 130 | 30 | 50 | 117 | 53 |
| Binary | 11000010 | 10001010 | 10111 | 0 | 11101 | 1011000 | 11000 | 101000 | 1001111 | 101011 |
Color Harmonies of #C28A17
Complementary color
Monochromatic Colors of #C28A17
Black with #C28A17
Text Example
Text Example
White with #C28A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A17; }
p { color: rgb(194,138,23); }
H1.HeaderClassName
{
color: #C28A17;
}
.AnyTagClassName
{
color: #C28A17;
}
</style>
background-color css
<style>
a { background-color: #C28A17; }
a { background-color: rgb(194,138,23); }
div.DivClassName
{
background-color: #C28A17;
}
.BgClassName
{
background-color: #C28A17;
}
</style>
border-color css
<style>
span { border-color: #C28A17; }
span { border-color: rgb(194,138,23); }
td.TdClassName
{
border-color: #C28A17;
}
.TagClassName
{
border-color: #C28A17;
}
</style>