Shades of Dark Goldenrod #C2851B
Tints of Dark Goldenrod #C2851B
RGB
CMYK
RGB Variations
Color information
#C2851B (or 0xC2851B) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 1B. RGB value is (194,133,27). Sum of RGB (Red+Green+Blue) = 194+133+27=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2851B is #3D7AE4. Grayscale: #8B8B8B. Windows color (decimal): -4029157 or 1803714. OLE color: 1803714.
HSL color Cylindrical-coordinate representation of color #C2851B: hue angle of 38.08º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2851B is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 27 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.24 |
| HSL | 38.08º | 0.76% | 0.43% | - |
| HSV(B) | 38.08º | 0.86% | 0.76% | - |
| XYZ | 30.83 | 28.32 | 4.88 | - |
| YUV | 139.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 27 | 0 | 0.31 | 0.86 | 0.24 | 38.08 | 0.76 | 0.43 |
| Hex | C2 | 85 | 1B | 0 | 1F | 56 | 18 | 26 | 4C | 2B |
| Octal | 302 | 205 | 33 | 0 | 37 | 126 | 30 | 46 | 114 | 53 |
| Binary | 11000010 | 10000101 | 11011 | 0 | 11111 | 1010110 | 11000 | 100110 | 1001100 | 101011 |
Color Harmonies of #C2851B
Complementary color
Monochromatic Colors of #C2851B
Black with #C2851B
Text Example
Text Example
White with #C2851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2851B; }
p { color: rgb(194,133,27); }
H1.HeaderClassName
{
color: #C2851B;
}
.AnyTagClassName
{
color: #C2851B;
}
</style>
background-color css
<style>
a { background-color: #C2851B; }
a { background-color: rgb(194,133,27); }
div.DivClassName
{
background-color: #C2851B;
}
.BgClassName
{
background-color: #C2851B;
}
</style>
border-color css
<style>
span { border-color: #C2851B; }
span { border-color: rgb(194,133,27); }
td.TdClassName
{
border-color: #C2851B;
}
.TagClassName
{
border-color: #C2851B;
}
</style>