Shades of Dark Goldenrod #C28A10
Tints of Dark Goldenrod #C28A10
RGB
CMYK
RGB Variations
Color information
#C28A10 (or 0xC28A10) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 10. RGB value is (194,138,16). Sum of RGB (Red+Green+Blue) = 194+138+16=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A10 is #3D75EF. Grayscale: #8D8D8D. Windows color (decimal): -4027888 or 1084098. OLE color: 1084098.
HSL color Cylindrical-coordinate representation of color #C28A10: hue angle of 41.12º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C28A10 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 16 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.24 |
| HSL | 41.12º | 0.85% | 0.41% | - |
| HSV(B) | 41.12º | 0.92% | 0.76% | - |
| XYZ | 31.43 | 29.68 | 4.56 | - |
| YUV | 140.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 16 | 0 | 0.29 | 0.92 | 0.24 | 41.12 | 0.85 | 0.41 |
| Hex | C2 | 8A | 10 | 0 | 1D | 5C | 18 | 29 | 55 | 29 |
| Octal | 302 | 212 | 20 | 0 | 35 | 134 | 30 | 51 | 125 | 51 |
| Binary | 11000010 | 10001010 | 10000 | 0 | 11101 | 1011100 | 11000 | 101001 | 1010101 | 101001 |
Color Harmonies of #C28A10
Complementary color
Monochromatic Colors of #C28A10
Black with #C28A10
Text Example
Text Example
White with #C28A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A10; }
p { color: rgb(194,138,16); }
H1.HeaderClassName
{
color: #C28A10;
}
.AnyTagClassName
{
color: #C28A10;
}
</style>
background-color css
<style>
a { background-color: #C28A10; }
a { background-color: rgb(194,138,16); }
div.DivClassName
{
background-color: #C28A10;
}
.BgClassName
{
background-color: #C28A10;
}
</style>
border-color css
<style>
span { border-color: #C28A10; }
span { border-color: rgb(194,138,16); }
td.TdClassName
{
border-color: #C28A10;
}
.TagClassName
{
border-color: #C28A10;
}
</style>