Shades of Dark Goldenrod #C47A08
Tints of Dark Goldenrod #C47A08
RGB
CMYK
RGB Variations
Color information
#C47A08 (or 0xC47A08) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 08. RGB value is (196,122,8). Sum of RGB (Red+Green+Blue) = 196+122+8=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A08 is #3B85F7. Grayscale: #838383. Windows color (decimal): -3900920 or 555716. OLE color: 555716.
HSL color Cylindrical-coordinate representation of color #C47A08: hue angle of 36.38º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C47A08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.23 |
| HSL | 36.38º | 0.92% | 0.4% | - |
| HSV(B) | 36.38º | 0.96% | 0.77% | - |
| XYZ | 29.77 | 25.67 | 3.62 | - |
| YUV | 131.13 | 58.52 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 8 | 0 | 0.38 | 0.96 | 0.23 | 36.38 | 0.92 | 0.4 |
| Hex | C4 | 7A | 8 | 0 | 26 | 60 | 17 | 24 | 5C | 28 |
| Octal | 304 | 172 | 10 | 0 | 46 | 140 | 27 | 44 | 134 | 50 |
| Binary | 11000100 | 1111010 | 1000 | 0 | 100110 | 1100000 | 10111 | 100100 | 1011100 | 101000 |
Color Harmonies of #C47A08
Complementary color
Monochromatic Colors of #C47A08
Black with #C47A08
Text Example
Text Example
White with #C47A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A08; }
p { color: rgb(196,122,8); }
H1.HeaderClassName
{
color: #C47A08;
}
.AnyTagClassName
{
color: #C47A08;
}
</style>
background-color css
<style>
a { background-color: #C47A08; }
a { background-color: rgb(196,122,8); }
div.DivClassName
{
background-color: #C47A08;
}
.BgClassName
{
background-color: #C47A08;
}
</style>
border-color css
<style>
span { border-color: #C47A08; }
span { border-color: rgb(196,122,8); }
td.TdClassName
{
border-color: #C47A08;
}
.TagClassName
{
border-color: #C47A08;
}
</style>