Shades of Dark Goldenrod #C4790A
Tints of Dark Goldenrod #C4790A
RGB
CMYK
RGB Variations
Color information
#C4790A (or 0xC4790A) is known color: Dark Goldenrod. HEX triplet: C4, 79 and 0A. RGB value is (196,121,10). Sum of RGB (Red+Green+Blue) = 196+121+10=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4790A is #3B86F5. Grayscale: #838383. Windows color (decimal): -3901174 or 686532. OLE color: 686532.
HSL color Cylindrical-coordinate representation of color #C4790A: hue angle of 35.81º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4790A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.23 |
| HSL | 35.81º | 0.9% | 0.4% | - |
| HSV(B) | 35.81º | 0.95% | 0.77% | - |
| XYZ | 29.66 | 25.43 | 3.63 | - |
| YUV | 130.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 10 | 0 | 0.38 | 0.95 | 0.23 | 35.81 | 0.9 | 0.4 |
| Hex | C4 | 79 | A | 0 | 26 | 5F | 17 | 24 | 5A | 28 |
| Octal | 304 | 171 | 12 | 0 | 46 | 137 | 27 | 44 | 132 | 50 |
| Binary | 11000100 | 1111001 | 1010 | 0 | 100110 | 1011111 | 10111 | 100100 | 1011010 | 101000 |
Color Harmonies of #C4790A
Complementary color
Monochromatic Colors of #C4790A
Black with #C4790A
Text Example
Text Example
White with #C4790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4790A; }
p { color: rgb(196,121,10); }
H1.HeaderClassName
{
color: #C4790A;
}
.AnyTagClassName
{
color: #C4790A;
}
</style>
background-color css
<style>
a { background-color: #C4790A; }
a { background-color: rgb(196,121,10); }
div.DivClassName
{
background-color: #C4790A;
}
.BgClassName
{
background-color: #C4790A;
}
</style>
border-color css
<style>
span { border-color: #C4790A; }
span { border-color: rgb(196,121,10); }
td.TdClassName
{
border-color: #C4790A;
}
.TagClassName
{
border-color: #C4790A;
}
</style>