Shades of Dark Goldenrod #C28A0F
Tints of Dark Goldenrod #C28A0F
RGB
CMYK
RGB Variations
Color information
#C28A0F (or 0xC28A0F) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 0F. RGB value is (194,138,15). Sum of RGB (Red+Green+Blue) = 194+138+15=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A0F is #3D75F0. Grayscale: #8D8D8D. Windows color (decimal): -4027889 or 1018562. OLE color: 1018562.
HSL color Cylindrical-coordinate representation of color #C28A0F: hue angle of 41.23º degrees, saturation: 0.86, 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 #C28A0F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.24 |
| HSL | 41.23º | 0.86% | 0.41% | - |
| HSV(B) | 41.23º | 0.92% | 0.76% | - |
| XYZ | 31.42 | 29.68 | 4.52 | - |
| YUV | 140.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 15 | 0 | 0.29 | 0.92 | 0.24 | 41.23 | 0.86 | 0.41 |
| Hex | C2 | 8A | F | 0 | 1D | 5C | 18 | 29 | 56 | 29 |
| Octal | 302 | 212 | 17 | 0 | 35 | 134 | 30 | 51 | 126 | 51 |
| Binary | 11000010 | 10001010 | 1111 | 0 | 11101 | 1011100 | 11000 | 101001 | 1010110 | 101001 |
Color Harmonies of #C28A0F
Complementary color
Monochromatic Colors of #C28A0F
Black with #C28A0F
Text Example
Text Example
White with #C28A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A0F; }
p { color: rgb(194,138,15); }
H1.HeaderClassName
{
color: #C28A0F;
}
.AnyTagClassName
{
color: #C28A0F;
}
</style>
background-color css
<style>
a { background-color: #C28A0F; }
a { background-color: rgb(194,138,15); }
div.DivClassName
{
background-color: #C28A0F;
}
.BgClassName
{
background-color: #C28A0F;
}
</style>
border-color css
<style>
span { border-color: #C28A0F; }
span { border-color: rgb(194,138,15); }
td.TdClassName
{
border-color: #C28A0F;
}
.TagClassName
{
border-color: #C28A0F;
}
</style>