Shades of Dark Goldenrod #C4820F
Tints of Dark Goldenrod #C4820F
RGB
CMYK
RGB Variations
Color information
#C4820F (or 0xC4820F) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 0F. RGB value is (196,130,15). Sum of RGB (Red+Green+Blue) = 196+130+15=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4820F is #3B7DF0. Grayscale: #898989. Windows color (decimal): -3898865 or 1016516. OLE color: 1016516.
HSL color Cylindrical-coordinate representation of color #C4820F: hue angle of 38.12º 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 #C4820F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 15 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.23 |
| HSL | 38.12º | 0.86% | 0.41% | - |
| HSV(B) | 38.12º | 0.92% | 0.77% | - |
| XYZ | 30.83 | 27.74 | 4.18 | - |
| YUV | 136.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 15 | 0 | 0.34 | 0.92 | 0.23 | 38.12 | 0.86 | 0.41 |
| Hex | C4 | 82 | F | 0 | 22 | 5C | 17 | 26 | 56 | 29 |
| Octal | 304 | 202 | 17 | 0 | 42 | 134 | 27 | 46 | 126 | 51 |
| Binary | 11000100 | 10000010 | 1111 | 0 | 100010 | 1011100 | 10111 | 100110 | 1010110 | 101001 |
Color Harmonies of #C4820F
Complementary color
Monochromatic Colors of #C4820F
Black with #C4820F
Text Example
Text Example
White with #C4820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4820F; }
p { color: rgb(196,130,15); }
H1.HeaderClassName
{
color: #C4820F;
}
.AnyTagClassName
{
color: #C4820F;
}
</style>
background-color css
<style>
a { background-color: #C4820F; }
a { background-color: rgb(196,130,15); }
div.DivClassName
{
background-color: #C4820F;
}
.BgClassName
{
background-color: #C4820F;
}
</style>
border-color css
<style>
span { border-color: #C4820F; }
span { border-color: rgb(196,130,15); }
td.TdClassName
{
border-color: #C4820F;
}
.TagClassName
{
border-color: #C4820F;
}
</style>