Shades of Dark Goldenrod #C28408
Tints of Dark Goldenrod #C28408
RGB
CMYK
RGB Variations
Color information
#C28408 (or 0xC28408) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 08. RGB value is (194,132,8). Sum of RGB (Red+Green+Blue) = 194+132+8=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C28408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28408 is #3D7BF7. Grayscale: #888888. Windows color (decimal): -4029432 or 558274. OLE color: 558274.
HSL color Cylindrical-coordinate representation of color #C28408: hue angle of 40º 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 #C28408 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.24 |
| HSL | 40º | 0.92% | 0.4% | - |
| HSV(B) | 40º | 0.96% | 0.76% | - |
| XYZ | 30.54 | 27.99 | 4.02 | - |
| YUV | 136.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 8 | 0 | 0.32 | 0.96 | 0.24 | 40 | 0.92 | 0.4 |
| Hex | C2 | 84 | 8 | 0 | 20 | 60 | 18 | 28 | 5C | 28 |
| Octal | 302 | 204 | 10 | 0 | 40 | 140 | 30 | 50 | 134 | 50 |
| Binary | 11000010 | 10000100 | 1000 | 0 | 100000 | 1100000 | 11000 | 101000 | 1011100 | 101000 |
Color Harmonies of #C28408
Complementary color
Monochromatic Colors of #C28408
Black with #C28408
Text Example
Text Example
White with #C28408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28408; }
p { color: rgb(194,132,8); }
H1.HeaderClassName
{
color: #C28408;
}
.AnyTagClassName
{
color: #C28408;
}
</style>
background-color css
<style>
a { background-color: #C28408; }
a { background-color: rgb(194,132,8); }
div.DivClassName
{
background-color: #C28408;
}
.BgClassName
{
background-color: #C28408;
}
</style>
border-color css
<style>
span { border-color: #C28408; }
span { border-color: rgb(194,132,8); }
td.TdClassName
{
border-color: #C28408;
}
.TagClassName
{
border-color: #C28408;
}
</style>