Shades of Dark Goldenrod #C4830F
Tints of Dark Goldenrod #C4830F
RGB
CMYK
RGB Variations
Color information
#C4830F (or 0xC4830F) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 0F. RGB value is (196,131,15). Sum of RGB (Red+Green+Blue) = 196+131+15=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4830F is #3B7CF0. Grayscale: #898989. Windows color (decimal): -3898609 or 1016772. OLE color: 1016772.
HSL color Cylindrical-coordinate representation of color #C4830F: hue angle of 38.45º 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 #C4830F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 15 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.23 |
| HSL | 38.45º | 0.86% | 0.41% | - |
| HSV(B) | 38.45º | 0.92% | 0.77% | - |
| XYZ | 30.97 | 28 | 4.22 | - |
| YUV | 137.21 | 59.03 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 15 | 0 | 0.33 | 0.92 | 0.23 | 38.45 | 0.86 | 0.41 |
| Hex | C4 | 83 | F | 0 | 21 | 5C | 17 | 26 | 56 | 29 |
| Octal | 304 | 203 | 17 | 0 | 41 | 134 | 27 | 46 | 126 | 51 |
| Binary | 11000100 | 10000011 | 1111 | 0 | 100001 | 1011100 | 10111 | 100110 | 1010110 | 101001 |
Color Harmonies of #C4830F
Complementary color
Monochromatic Colors of #C4830F
Black with #C4830F
Text Example
Text Example
White with #C4830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4830F; }
p { color: rgb(196,131,15); }
H1.HeaderClassName
{
color: #C4830F;
}
.AnyTagClassName
{
color: #C4830F;
}
</style>
background-color css
<style>
a { background-color: #C4830F; }
a { background-color: rgb(196,131,15); }
div.DivClassName
{
background-color: #C4830F;
}
.BgClassName
{
background-color: #C4830F;
}
</style>
border-color css
<style>
span { border-color: #C4830F; }
span { border-color: rgb(196,131,15); }
td.TdClassName
{
border-color: #C4830F;
}
.TagClassName
{
border-color: #C4830F;
}
</style>