Shades of Dark Goldenrod #C1920F
Tints of Dark Goldenrod #C1920F
RGB
CMYK
RGB Variations
Color information
#C1920F (or 0xC1920F) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 0F. RGB value is (193,146,15). Sum of RGB (Red+Green+Blue) = 193+146+15=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1920F is #3E6DF0. Grayscale: #919191. Windows color (decimal): -4091377 or 1020609. OLE color: 1020609.
HSL color Cylindrical-coordinate representation of color #C1920F: hue angle of 44.16º 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 #C1920F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.24 |
| HSL | 44.16º | 0.86% | 0.41% | - |
| HSV(B) | 44.16º | 0.92% | 0.76% | - |
| XYZ | 32.36 | 31.93 | 4.91 | - |
| YUV | 145.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 15 | 0 | 0.24 | 0.92 | 0.24 | 44.16 | 0.86 | 0.41 |
| Hex | C1 | 92 | F | 0 | 18 | 5C | 18 | 2C | 56 | 29 |
| Octal | 301 | 222 | 17 | 0 | 30 | 134 | 30 | 54 | 126 | 51 |
| Binary | 11000001 | 10010010 | 1111 | 0 | 11000 | 1011100 | 11000 | 101100 | 1010110 | 101001 |
Color Harmonies of #C1920F
Complementary color
Monochromatic Colors of #C1920F
Black with #C1920F
Text Example
Text Example
White with #C1920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1920F; }
p { color: rgb(193,146,15); }
H1.HeaderClassName
{
color: #C1920F;
}
.AnyTagClassName
{
color: #C1920F;
}
</style>
background-color css
<style>
a { background-color: #C1920F; }
a { background-color: rgb(193,146,15); }
div.DivClassName
{
background-color: #C1920F;
}
.BgClassName
{
background-color: #C1920F;
}
</style>
border-color css
<style>
span { border-color: #C1920F; }
span { border-color: rgb(193,146,15); }
td.TdClassName
{
border-color: #C1920F;
}
.TagClassName
{
border-color: #C1920F;
}
</style>