Shades of Dark Goldenrod #C27208
Tints of Dark Goldenrod #C27208
RGB
CMYK
RGB Variations
Color information
#C27208 (or 0xC27208) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 08. RGB value is (194,114,8). Sum of RGB (Red+Green+Blue) = 194+114+8=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C27208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27208 is #3D8DF7. Grayscale: #7E7E7E. Windows color (decimal): -4034040 or 553666. OLE color: 553666.
HSL color Cylindrical-coordinate representation of color #C27208: hue angle of 34.19º 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 #C27208 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.24 |
| HSL | 34.19º | 0.92% | 0.4% | - |
| HSV(B) | 34.19º | 0.96% | 0.76% | - |
| XYZ | 28.31 | 23.52 | 3.28 | - |
| YUV | 125.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 8 | 0 | 0.41 | 0.96 | 0.24 | 34.19 | 0.92 | 0.4 |
| Hex | C2 | 72 | 8 | 0 | 29 | 60 | 18 | 22 | 5C | 28 |
| Octal | 302 | 162 | 10 | 0 | 51 | 140 | 30 | 42 | 134 | 50 |
| Binary | 11000010 | 1110010 | 1000 | 0 | 101001 | 1100000 | 11000 | 100010 | 1011100 | 101000 |
Color Harmonies of #C27208
Complementary color
Monochromatic Colors of #C27208
Black with #C27208
Text Example
Text Example
White with #C27208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27208; }
p { color: rgb(194,114,8); }
H1.HeaderClassName
{
color: #C27208;
}
.AnyTagClassName
{
color: #C27208;
}
</style>
background-color css
<style>
a { background-color: #C27208; }
a { background-color: rgb(194,114,8); }
div.DivClassName
{
background-color: #C27208;
}
.BgClassName
{
background-color: #C27208;
}
</style>
border-color css
<style>
span { border-color: #C27208; }
span { border-color: rgb(194,114,8); }
td.TdClassName
{
border-color: #C27208;
}
.TagClassName
{
border-color: #C27208;
}
</style>