Shades of Dark Goldenrod #C28208
Tints of Dark Goldenrod #C28208
RGB
CMYK
RGB Variations
Color information
#C28208 (or 0xC28208) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 08. RGB value is (194,130,8). Sum of RGB (Red+Green+Blue) = 194+130+8=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C28208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28208 is #3D7DF7. Grayscale: #878787. Windows color (decimal): -4029944 or 557762. OLE color: 557762.
HSL color Cylindrical-coordinate representation of color #C28208: hue angle of 39.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C28208 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.24 |
| HSL | 39.35º | 0.92% | 0.4% | - |
| HSV(B) | 39.35º | 0.96% | 0.76% | - |
| XYZ | 30.27 | 27.45 | 3.93 | - |
| YUV | 135.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 8 | 0 | 0.33 | 0.96 | 0.24 | 39.35 | 0.92 | 0.4 |
| Hex | C2 | 82 | 8 | 0 | 21 | 60 | 18 | 27 | 5C | 28 |
| Octal | 302 | 202 | 10 | 0 | 41 | 140 | 30 | 47 | 134 | 50 |
| Binary | 11000010 | 10000010 | 1000 | 0 | 100001 | 1100000 | 11000 | 100111 | 1011100 | 101000 |
Color Harmonies of #C28208
Complementary color
Monochromatic Colors of #C28208
Black with #C28208
Text Example
Text Example
White with #C28208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28208; }
p { color: rgb(194,130,8); }
H1.HeaderClassName
{
color: #C28208;
}
.AnyTagClassName
{
color: #C28208;
}
</style>
background-color css
<style>
a { background-color: #C28208; }
a { background-color: rgb(194,130,8); }
div.DivClassName
{
background-color: #C28208;
}
.BgClassName
{
background-color: #C28208;
}
</style>
border-color css
<style>
span { border-color: #C28208; }
span { border-color: rgb(194,130,8); }
td.TdClassName
{
border-color: #C28208;
}
.TagClassName
{
border-color: #C28208;
}
</style>