Shades of Dark Goldenrod #C48A17
Tints of Dark Goldenrod #C48A17
RGB
CMYK
RGB Variations
Color information
#C48A17 (or 0xC48A17) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 17. RGB value is (196,138,23). Sum of RGB (Red+Green+Blue) = 196+138+23=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A17 is #3B75E8. Grayscale: #8E8E8E. Windows color (decimal): -3896809 or 1542852. OLE color: 1542852.
HSL color Cylindrical-coordinate representation of color #C48A17: hue angle of 39.88º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C48A17 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 23 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.23 |
| HSL | 39.88º | 0.79% | 0.43% | - |
| HSV(B) | 39.88º | 0.88% | 0.77% | - |
| XYZ | 32.01 | 29.97 | 4.91 | - |
| YUV | 142.23 | 60.72 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 23 | 0 | 0.30 | 0.88 | 0.23 | 39.88 | 0.79 | 0.43 |
| Hex | C4 | 8A | 17 | 0 | 1E | 58 | 17 | 28 | 4F | 2B |
| Octal | 304 | 212 | 27 | 0 | 36 | 130 | 27 | 50 | 117 | 53 |
| Binary | 11000100 | 10001010 | 10111 | 0 | 11110 | 1011000 | 10111 | 101000 | 1001111 | 101011 |
Color Harmonies of #C48A17
Complementary color
Monochromatic Colors of #C48A17
Black with #C48A17
Text Example
Text Example
White with #C48A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A17; }
p { color: rgb(196,138,23); }
H1.HeaderClassName
{
color: #C48A17;
}
.AnyTagClassName
{
color: #C48A17;
}
</style>
background-color css
<style>
a { background-color: #C48A17; }
a { background-color: rgb(196,138,23); }
div.DivClassName
{
background-color: #C48A17;
}
.BgClassName
{
background-color: #C48A17;
}
</style>
border-color css
<style>
span { border-color: #C48A17; }
span { border-color: rgb(196,138,23); }
td.TdClassName
{
border-color: #C48A17;
}
.TagClassName
{
border-color: #C48A17;
}
</style>