Shades of Dark Goldenrod #C48C0F
Tints of Dark Goldenrod #C48C0F
RGB
CMYK
RGB Variations
Color information
#C48C0F (or 0xC48C0F) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 0F. RGB value is (196,140,15). Sum of RGB (Red+Green+Blue) = 196+140+15=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C0F is #3B73F0. Grayscale: #8F8F8F. Windows color (decimal): -3896305 or 1019076. OLE color: 1019076.
HSL color Cylindrical-coordinate representation of color #C48C0F: hue angle of 41.44º 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 #C48C0F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.23 |
| HSL | 41.44º | 0.86% | 0.41% | - |
| HSV(B) | 41.44º | 0.92% | 0.77% | - |
| XYZ | 32.23 | 30.53 | 4.65 | - |
| YUV | 142.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 15 | 0 | 0.29 | 0.92 | 0.23 | 41.44 | 0.86 | 0.41 |
| Hex | C4 | 8C | F | 0 | 1D | 5C | 17 | 29 | 56 | 29 |
| Octal | 304 | 214 | 17 | 0 | 35 | 134 | 27 | 51 | 126 | 51 |
| Binary | 11000100 | 10001100 | 1111 | 0 | 11101 | 1011100 | 10111 | 101001 | 1010110 | 101001 |
Color Harmonies of #C48C0F
Complementary color
Monochromatic Colors of #C48C0F
Black with #C48C0F
Text Example
Text Example
White with #C48C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C0F; }
p { color: rgb(196,140,15); }
H1.HeaderClassName
{
color: #C48C0F;
}
.AnyTagClassName
{
color: #C48C0F;
}
</style>
background-color css
<style>
a { background-color: #C48C0F; }
a { background-color: rgb(196,140,15); }
div.DivClassName
{
background-color: #C48C0F;
}
.BgClassName
{
background-color: #C48C0F;
}
</style>
border-color css
<style>
span { border-color: #C48C0F; }
span { border-color: rgb(196,140,15); }
td.TdClassName
{
border-color: #C48C0F;
}
.TagClassName
{
border-color: #C48C0F;
}
</style>