Shades of Dark Goldenrod #C28A0C
Tints of Dark Goldenrod #C28A0C
RGB
CMYK
RGB Variations
Color information
#C28A0C (or 0xC28A0C) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 0C. RGB value is (194,138,12). Sum of RGB (Red+Green+Blue) = 194+138+12=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A0C is #3D75F3. Grayscale: #8C8C8C. Windows color (decimal): -4027892 or 821954. OLE color: 821954.
HSL color Cylindrical-coordinate representation of color #C28A0C: hue angle of 41.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C28A0C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.24 |
| HSL | 41.54º | 0.88% | 0.4% | - |
| HSV(B) | 41.54º | 0.94% | 0.76% | - |
| XYZ | 31.4 | 29.67 | 4.42 | - |
| YUV | 140.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 12 | 0 | 0.29 | 0.94 | 0.24 | 41.54 | 0.88 | 0.4 |
| Hex | C2 | 8A | C | 0 | 1D | 5E | 18 | 2A | 58 | 28 |
| Octal | 302 | 212 | 14 | 0 | 35 | 136 | 30 | 52 | 130 | 50 |
| Binary | 11000010 | 10001010 | 1100 | 0 | 11101 | 1011110 | 11000 | 101010 | 1011000 | 101000 |
Color Harmonies of #C28A0C
Complementary color
Monochromatic Colors of #C28A0C
Black with #C28A0C
Text Example
Text Example
White with #C28A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A0C; }
p { color: rgb(194,138,12); }
H1.HeaderClassName
{
color: #C28A0C;
}
.AnyTagClassName
{
color: #C28A0C;
}
</style>
background-color css
<style>
a { background-color: #C28A0C; }
a { background-color: rgb(194,138,12); }
div.DivClassName
{
background-color: #C28A0C;
}
.BgClassName
{
background-color: #C28A0C;
}
</style>
border-color css
<style>
span { border-color: #C28A0C; }
span { border-color: rgb(194,138,12); }
td.TdClassName
{
border-color: #C28A0C;
}
.TagClassName
{
border-color: #C28A0C;
}
</style>