Shades of Dark Goldenrod #C28F0F
Tints of Dark Goldenrod #C28F0F
RGB
CMYK
RGB Variations
Color information
#C28F0F (or 0xC28F0F) is known color: Dark Goldenrod. HEX triplet: C2, 8F and 0F. RGB value is (194,143,15). Sum of RGB (Red+Green+Blue) = 194+143+15=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F0F is #3D70F0. Grayscale: #909090. Windows color (decimal): -4026609 or 1019842. OLE color: 1019842.
HSL color Cylindrical-coordinate representation of color #C28F0F: hue angle of 42.91º 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 #C28F0F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 15 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.24 |
| HSL | 42.91º | 0.86% | 0.41% | - |
| HSV(B) | 42.91º | 0.92% | 0.76% | - |
| XYZ | 32.16 | 31.15 | 4.77 | - |
| YUV | 143.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 15 | 0 | 0.26 | 0.92 | 0.24 | 42.91 | 0.86 | 0.41 |
| Hex | C2 | 8F | F | 0 | 1A | 5C | 18 | 2B | 56 | 29 |
| Octal | 302 | 217 | 17 | 0 | 32 | 134 | 30 | 53 | 126 | 51 |
| Binary | 11000010 | 10001111 | 1111 | 0 | 11010 | 1011100 | 11000 | 101011 | 1010110 | 101001 |
Color Harmonies of #C28F0F
Complementary color
Monochromatic Colors of #C28F0F
Black with #C28F0F
Text Example
Text Example
White with #C28F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F0F; }
p { color: rgb(194,143,15); }
H1.HeaderClassName
{
color: #C28F0F;
}
.AnyTagClassName
{
color: #C28F0F;
}
</style>
background-color css
<style>
a { background-color: #C28F0F; }
a { background-color: rgb(194,143,15); }
div.DivClassName
{
background-color: #C28F0F;
}
.BgClassName
{
background-color: #C28F0F;
}
</style>
border-color css
<style>
span { border-color: #C28F0F; }
span { border-color: rgb(194,143,15); }
td.TdClassName
{
border-color: #C28F0F;
}
.TagClassName
{
border-color: #C28F0F;
}
</style>