Shades of Dark Goldenrod #C8790A
Tints of Dark Goldenrod #C8790A
RGB
CMYK
RGB Variations
Color information
#C8790A (or 0xC8790A) is known color: Dark Goldenrod. HEX triplet: C8, 79 and 0A. RGB value is (200,121,10). Sum of RGB (Red+Green+Blue) = 200+121+10=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8790A is #3786F5. Grayscale: #848484. Windows color (decimal): -3639030 or 686536. OLE color: 686536.
HSL color Cylindrical-coordinate representation of color #C8790A: hue angle of 35.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8790A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.22 |
| HSL | 35.05º | 0.9% | 0.41% | - |
| HSV(B) | 35.05º | 0.95% | 0.78% | - |
| XYZ | 30.71 | 25.98 | 3.68 | - |
| YUV | 131.97 | 59.17 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 10 | 0 | 0.39 | 0.95 | 0.22 | 35.05 | 0.9 | 0.41 |
| Hex | C8 | 79 | A | 0 | 27 | 5F | 16 | 23 | 5A | 29 |
| Octal | 310 | 171 | 12 | 0 | 47 | 137 | 26 | 43 | 132 | 51 |
| Binary | 11001000 | 1111001 | 1010 | 0 | 100111 | 1011111 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C8790A
Complementary color
Monochromatic Colors of #C8790A
Black with #C8790A
Text Example
Text Example
White with #C8790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8790A; }
p { color: rgb(200,121,10); }
H1.HeaderClassName
{
color: #C8790A;
}
.AnyTagClassName
{
color: #C8790A;
}
</style>
background-color css
<style>
a { background-color: #C8790A; }
a { background-color: rgb(200,121,10); }
div.DivClassName
{
background-color: #C8790A;
}
.BgClassName
{
background-color: #C8790A;
}
</style>
border-color css
<style>
span { border-color: #C8790A; }
span { border-color: rgb(200,121,10); }
td.TdClassName
{
border-color: #C8790A;
}
.TagClassName
{
border-color: #C8790A;
}
</style>