Shades of Dark Goldenrod #C48A0B
Tints of Dark Goldenrod #C48A0B
RGB
CMYK
RGB Variations
Color information
#C48A0B (or 0xC48A0B) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 0B. RGB value is (196,138,11). Sum of RGB (Red+Green+Blue) = 196+138+11=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A0B is #3B75F4. Grayscale: #8D8D8D. Windows color (decimal): -3896821 or 756420. OLE color: 756420.
HSL color Cylindrical-coordinate representation of color #C48A0B: hue angle of 41.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C48A0B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.23 |
| HSL | 41.19º | 0.89% | 0.41% | - |
| HSV(B) | 41.19º | 0.94% | 0.77% | - |
| XYZ | 31.91 | 29.94 | 4.41 | - |
| YUV | 140.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 11 | 0 | 0.30 | 0.94 | 0.23 | 41.19 | 0.89 | 0.41 |
| Hex | C4 | 8A | B | 0 | 1E | 5E | 17 | 29 | 59 | 29 |
| Octal | 304 | 212 | 13 | 0 | 36 | 136 | 27 | 51 | 131 | 51 |
| Binary | 11000100 | 10001010 | 1011 | 0 | 11110 | 1011110 | 10111 | 101001 | 1011001 | 101001 |
Color Harmonies of #C48A0B
Complementary color
Monochromatic Colors of #C48A0B
Black with #C48A0B
Text Example
Text Example
White with #C48A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A0B; }
p { color: rgb(196,138,11); }
H1.HeaderClassName
{
color: #C48A0B;
}
.AnyTagClassName
{
color: #C48A0B;
}
</style>
background-color css
<style>
a { background-color: #C48A0B; }
a { background-color: rgb(196,138,11); }
div.DivClassName
{
background-color: #C48A0B;
}
.BgClassName
{
background-color: #C48A0B;
}
</style>
border-color css
<style>
span { border-color: #C48A0B; }
span { border-color: rgb(196,138,11); }
td.TdClassName
{
border-color: #C48A0B;
}
.TagClassName
{
border-color: #C48A0B;
}
</style>