Shades of Dark Goldenrod #C48401
Tints of Dark Goldenrod #C48401
RGB
CMYK
RGB Variations
Color information
#C48401 (or 0xC48401) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 01. RGB value is (196,132,1). Sum of RGB (Red+Green+Blue) = 196+132+1=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C48401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48401 is #3B7BFE. Grayscale: #888888. Windows color (decimal): -3898367 or 99524. OLE color: 99524.
HSL color Cylindrical-coordinate representation of color #C48401: hue angle of 40.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C48401 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.23 |
| HSL | 40.31º | 0.99% | 0.39% | - |
| HSV(B) | 40.31º | 0.99% | 0.77% | - |
| XYZ | 31.02 | 28.24 | 3.84 | - |
| YUV | 136.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 1 | 0 | 0.33 | 0.99 | 0.23 | 40.31 | 0.99 | 0.39 |
| Hex | C4 | 84 | 1 | 0 | 21 | 63 | 17 | 28 | 63 | 27 |
| Octal | 304 | 204 | 1 | 0 | 41 | 143 | 27 | 50 | 143 | 47 |
| Binary | 11000100 | 10000100 | 1 | 0 | 100001 | 1100011 | 10111 | 101000 | 1100011 | 100111 |
Color Harmonies of #C48401
Complementary color
Monochromatic Colors of #C48401
Black with #C48401
Text Example
Text Example
White with #C48401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48401; }
p { color: rgb(196,132,1); }
H1.HeaderClassName
{
color: #C48401;
}
.AnyTagClassName
{
color: #C48401;
}
</style>
background-color css
<style>
a { background-color: #C48401; }
a { background-color: rgb(196,132,1); }
div.DivClassName
{
background-color: #C48401;
}
.BgClassName
{
background-color: #C48401;
}
</style>
border-color css
<style>
span { border-color: #C48401; }
span { border-color: rgb(196,132,1); }
td.TdClassName
{
border-color: #C48401;
}
.TagClassName
{
border-color: #C48401;
}
</style>