Shades of Dark Goldenrod #C27808
Tints of Dark Goldenrod #C27808
RGB
CMYK
RGB Variations
Color information
#C27808 (or 0xC27808) is known color: Dark Goldenrod. HEX triplet: C2, 78 and 08. RGB value is (194,120,8). Sum of RGB (Red+Green+Blue) = 194+120+8=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C27808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27808 is #3D87F7. Grayscale: #818181. Windows color (decimal): -4032504 or 555202. OLE color: 555202.
HSL color Cylindrical-coordinate representation of color #C27808: hue angle of 36.13º 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 #C27808 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.24 |
| HSL | 36.13º | 0.92% | 0.4% | - |
| HSV(B) | 36.13º | 0.96% | 0.76% | - |
| XYZ | 29.01 | 24.92 | 3.51 | - |
| YUV | 129.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 8 | 0 | 0.38 | 0.96 | 0.24 | 36.13 | 0.92 | 0.4 |
| Hex | C2 | 78 | 8 | 0 | 26 | 60 | 18 | 24 | 5C | 28 |
| Octal | 302 | 170 | 10 | 0 | 46 | 140 | 30 | 44 | 134 | 50 |
| Binary | 11000010 | 1111000 | 1000 | 0 | 100110 | 1100000 | 11000 | 100100 | 1011100 | 101000 |
Color Harmonies of #C27808
Complementary color
Monochromatic Colors of #C27808
Black with #C27808
Text Example
Text Example
White with #C27808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27808; }
p { color: rgb(194,120,8); }
H1.HeaderClassName
{
color: #C27808;
}
.AnyTagClassName
{
color: #C27808;
}
</style>
background-color css
<style>
a { background-color: #C27808; }
a { background-color: rgb(194,120,8); }
div.DivClassName
{
background-color: #C27808;
}
.BgClassName
{
background-color: #C27808;
}
</style>
border-color css
<style>
span { border-color: #C27808; }
span { border-color: rgb(194,120,8); }
td.TdClassName
{
border-color: #C27808;
}
.TagClassName
{
border-color: #C27808;
}
</style>