Shades of Dark Goldenrod #C19208
Tints of Dark Goldenrod #C19208
RGB
CMYK
RGB Variations
Color information
#C19208 (or 0xC19208) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 08. RGB value is (193,146,8). Sum of RGB (Red+Green+Blue) = 193+146+8=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C19208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19208 is #3E6DF7. Grayscale: #909090. Windows color (decimal): -4091384 or 561857. OLE color: 561857.
HSL color Cylindrical-coordinate representation of color #C19208: hue angle of 44.76º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C19208 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.24 |
| HSL | 44.76º | 0.92% | 0.39% | - |
| HSV(B) | 44.76º | 0.96% | 0.76% | - |
| XYZ | 32.32 | 31.91 | 4.69 | - |
| YUV | 144.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 8 | 0 | 0.24 | 0.96 | 0.24 | 44.76 | 0.92 | 0.39 |
| Hex | C1 | 92 | 8 | 0 | 18 | 60 | 18 | 2D | 5C | 27 |
| Octal | 301 | 222 | 10 | 0 | 30 | 140 | 30 | 55 | 134 | 47 |
| Binary | 11000001 | 10010010 | 1000 | 0 | 11000 | 1100000 | 11000 | 101101 | 1011100 | 100111 |
Color Harmonies of #C19208
Complementary color
Monochromatic Colors of #C19208
Black with #C19208
Text Example
Text Example
White with #C19208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19208; }
p { color: rgb(193,146,8); }
H1.HeaderClassName
{
color: #C19208;
}
.AnyTagClassName
{
color: #C19208;
}
</style>
background-color css
<style>
a { background-color: #C19208; }
a { background-color: rgb(193,146,8); }
div.DivClassName
{
background-color: #C19208;
}
.BgClassName
{
background-color: #C19208;
}
</style>
border-color css
<style>
span { border-color: #C19208; }
span { border-color: rgb(193,146,8); }
td.TdClassName
{
border-color: #C19208;
}
.TagClassName
{
border-color: #C19208;
}
</style>