Shades of Dark Goldenrod #C48F06
Tints of Dark Goldenrod #C48F06
RGB
CMYK
RGB Variations
Color information
#C48F06 (or 0xC48F06) is known color: Dark Goldenrod. HEX triplet: C4, 8F and 06. RGB value is (196,143,6). Sum of RGB (Red+Green+Blue) = 196+143+6=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48F06 is #3B70F9. Grayscale: #8F8F8F. Windows color (decimal): -3895546 or 430020. OLE color: 430020.
HSL color Cylindrical-coordinate representation of color #C48F06: hue angle of 43.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C48F06 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.23 |
| HSL | 43.26º | 0.94% | 0.4% | - |
| HSV(B) | 43.26º | 0.97% | 0.77% | - |
| XYZ | 32.62 | 31.39 | 4.51 | - |
| YUV | 143.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 6 | 0 | 0.27 | 0.97 | 0.23 | 43.26 | 0.94 | 0.4 |
| Hex | C4 | 8F | 6 | 0 | 1B | 61 | 17 | 2B | 5E | 28 |
| Octal | 304 | 217 | 6 | 0 | 33 | 141 | 27 | 53 | 136 | 50 |
| Binary | 11000100 | 10001111 | 110 | 0 | 11011 | 1100001 | 10111 | 101011 | 1011110 | 101000 |
Color Harmonies of #C48F06
Complementary color
Monochromatic Colors of #C48F06
Black with #C48F06
Text Example
Text Example
White with #C48F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F06; }
p { color: rgb(196,143,6); }
H1.HeaderClassName
{
color: #C48F06;
}
.AnyTagClassName
{
color: #C48F06;
}
</style>
background-color css
<style>
a { background-color: #C48F06; }
a { background-color: rgb(196,143,6); }
div.DivClassName
{
background-color: #C48F06;
}
.BgClassName
{
background-color: #C48F06;
}
</style>
border-color css
<style>
span { border-color: #C48F06; }
span { border-color: rgb(196,143,6); }
td.TdClassName
{
border-color: #C48F06;
}
.TagClassName
{
border-color: #C48F06;
}
</style>