Shades of Dark Goldenrod #C28218
Tints of Dark Goldenrod #C28218
RGB
CMYK
RGB Variations
Color information
#C28218 (or 0xC28218) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 18. RGB value is (194,130,24). Sum of RGB (Red+Green+Blue) = 194+130+24=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C28218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28218 is #3D7DE7. Grayscale: #898989. Windows color (decimal): -4029928 or 1606338. OLE color: 1606338.
HSL color Cylindrical-coordinate representation of color #C28218: hue angle of 37.41º degrees, saturation: 0.78, 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 #C28218 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.24 |
| HSL | 37.41º | 0.78% | 0.43% | - |
| HSV(B) | 37.41º | 0.88% | 0.76% | - |
| XYZ | 30.4 | 27.5 | 4.57 | - |
| YUV | 137.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 24 | 0 | 0.33 | 0.88 | 0.24 | 37.41 | 0.78 | 0.43 |
| Hex | C2 | 82 | 18 | 0 | 21 | 58 | 18 | 25 | 4E | 2B |
| Octal | 302 | 202 | 30 | 0 | 41 | 130 | 30 | 45 | 116 | 53 |
| Binary | 11000010 | 10000010 | 11000 | 0 | 100001 | 1011000 | 11000 | 100101 | 1001110 | 101011 |
Color Harmonies of #C28218
Complementary color
Monochromatic Colors of #C28218
Black with #C28218
Text Example
Text Example
White with #C28218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28218; }
p { color: rgb(194,130,24); }
H1.HeaderClassName
{
color: #C28218;
}
.AnyTagClassName
{
color: #C28218;
}
</style>
background-color css
<style>
a { background-color: #C28218; }
a { background-color: rgb(194,130,24); }
div.DivClassName
{
background-color: #C28218;
}
.BgClassName
{
background-color: #C28218;
}
</style>
border-color css
<style>
span { border-color: #C28218; }
span { border-color: rgb(194,130,24); }
td.TdClassName
{
border-color: #C28218;
}
.TagClassName
{
border-color: #C28218;
}
</style>