Shades of Dark Goldenrod #C28205
Tints of Dark Goldenrod #C28205
RGB
CMYK
RGB Variations
Color information
#C28205 (or 0xC28205) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 05. RGB value is (194,130,5). Sum of RGB (Red+Green+Blue) = 194+130+5=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C28205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28205 is #3D7DFA. Grayscale: #878787. Windows color (decimal): -4029947 or 361154. OLE color: 361154.
HSL color Cylindrical-coordinate representation of color #C28205: hue angle of 39.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28205 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.24 |
| HSL | 39.68º | 0.95% | 0.39% | - |
| HSV(B) | 39.68º | 0.97% | 0.76% | - |
| XYZ | 30.26 | 27.45 | 3.85 | - |
| YUV | 134.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 5 | 0 | 0.33 | 0.97 | 0.24 | 39.68 | 0.95 | 0.39 |
| Hex | C2 | 82 | 5 | 0 | 21 | 61 | 18 | 28 | 5F | 27 |
| Octal | 302 | 202 | 5 | 0 | 41 | 141 | 30 | 50 | 137 | 47 |
| Binary | 11000010 | 10000010 | 101 | 0 | 100001 | 1100001 | 11000 | 101000 | 1011111 | 100111 |
Color Harmonies of #C28205
Complementary color
Monochromatic Colors of #C28205
Black with #C28205
Text Example
Text Example
White with #C28205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28205; }
p { color: rgb(194,130,5); }
H1.HeaderClassName
{
color: #C28205;
}
.AnyTagClassName
{
color: #C28205;
}
</style>
background-color css
<style>
a { background-color: #C28205; }
a { background-color: rgb(194,130,5); }
div.DivClassName
{
background-color: #C28205;
}
.BgClassName
{
background-color: #C28205;
}
</style>
border-color css
<style>
span { border-color: #C28205; }
span { border-color: rgb(194,130,5); }
td.TdClassName
{
border-color: #C28205;
}
.TagClassName
{
border-color: #C28205;
}
</style>