Shades of Dark Goldenrod #C27C08
Tints of Dark Goldenrod #C27C08
RGB
CMYK
RGB Variations
Color information
#C27C08 (or 0xC27C08) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 08. RGB value is (194,124,8). Sum of RGB (Red+Green+Blue) = 194+124+8=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C08 is #3D83F7. Grayscale: #848484. Windows color (decimal): -4031480 or 556226. OLE color: 556226.
HSL color Cylindrical-coordinate representation of color #C27C08: hue angle of 37.42º 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 #C27C08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.24 |
| HSL | 37.42º | 0.92% | 0.4% | - |
| HSV(B) | 37.42º | 0.96% | 0.76% | - |
| XYZ | 29.5 | 25.9 | 3.67 | - |
| YUV | 131.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 8 | 0 | 0.36 | 0.96 | 0.24 | 37.42 | 0.92 | 0.4 |
| Hex | C2 | 7C | 8 | 0 | 24 | 60 | 18 | 25 | 5C | 28 |
| Octal | 302 | 174 | 10 | 0 | 44 | 140 | 30 | 45 | 134 | 50 |
| Binary | 11000010 | 1111100 | 1000 | 0 | 100100 | 1100000 | 11000 | 100101 | 1011100 | 101000 |
Color Harmonies of #C27C08
Complementary color
Monochromatic Colors of #C27C08
Black with #C27C08
Text Example
Text Example
White with #C27C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C08; }
p { color: rgb(194,124,8); }
H1.HeaderClassName
{
color: #C27C08;
}
.AnyTagClassName
{
color: #C27C08;
}
</style>
background-color css
<style>
a { background-color: #C27C08; }
a { background-color: rgb(194,124,8); }
div.DivClassName
{
background-color: #C27C08;
}
.BgClassName
{
background-color: #C27C08;
}
</style>
border-color css
<style>
span { border-color: #C27C08; }
span { border-color: rgb(194,124,8); }
td.TdClassName
{
border-color: #C27C08;
}
.TagClassName
{
border-color: #C27C08;
}
</style>