Shades of Dark Goldenrod #C47B0F
Tints of Dark Goldenrod #C47B0F
RGB
CMYK
RGB Variations
Color information
#C47B0F (or 0xC47B0F) is known color: Dark Goldenrod. HEX triplet: C4, 7B and 0F. RGB value is (196,123,15). Sum of RGB (Red+Green+Blue) = 196+123+15=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B0F is #3B84F0. Grayscale: #858585. Windows color (decimal): -3900657 or 1014724. OLE color: 1014724.
HSL color Cylindrical-coordinate representation of color #C47B0F: hue angle of 35.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C47B0F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.23 |
| HSL | 35.8º | 0.86% | 0.41% | - |
| HSV(B) | 35.8º | 0.92% | 0.77% | - |
| XYZ | 29.93 | 25.94 | 3.88 | - |
| YUV | 132.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 15 | 0 | 0.37 | 0.92 | 0.23 | 35.8 | 0.86 | 0.41 |
| Hex | C4 | 7B | F | 0 | 25 | 5C | 17 | 24 | 56 | 29 |
| Octal | 304 | 173 | 17 | 0 | 45 | 134 | 27 | 44 | 126 | 51 |
| Binary | 11000100 | 1111011 | 1111 | 0 | 100101 | 1011100 | 10111 | 100100 | 1010110 | 101001 |
Color Harmonies of #C47B0F
Complementary color
Monochromatic Colors of #C47B0F
Black with #C47B0F
Text Example
Text Example
White with #C47B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B0F; }
p { color: rgb(196,123,15); }
H1.HeaderClassName
{
color: #C47B0F;
}
.AnyTagClassName
{
color: #C47B0F;
}
</style>
background-color css
<style>
a { background-color: #C47B0F; }
a { background-color: rgb(196,123,15); }
div.DivClassName
{
background-color: #C47B0F;
}
.BgClassName
{
background-color: #C47B0F;
}
</style>
border-color css
<style>
span { border-color: #C47B0F; }
span { border-color: rgb(196,123,15); }
td.TdClassName
{
border-color: #C47B0F;
}
.TagClassName
{
border-color: #C47B0F;
}
</style>