Shades of Dark Goldenrod #C28B08
Tints of Dark Goldenrod #C28B08
RGB
CMYK
RGB Variations
Color information
#C28B08 (or 0xC28B08) is known color: Dark Goldenrod. HEX triplet: C2, 8B and 08. RGB value is (194,139,8). Sum of RGB (Red+Green+Blue) = 194+139+8=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28B08 is #3D74F7. Grayscale: #8D8D8D. Windows color (decimal): -4027640 or 560066. OLE color: 560066.
HSL color Cylindrical-coordinate representation of color #C28B08: hue angle of 42.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C28B08 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.24 |
| HSL | 42.26º | 0.92% | 0.4% | - |
| HSV(B) | 42.26º | 0.96% | 0.76% | - |
| XYZ | 31.52 | 29.95 | 4.35 | - |
| YUV | 140.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 8 | 0 | 0.28 | 0.96 | 0.24 | 42.26 | 0.92 | 0.4 |
| Hex | C2 | 8B | 8 | 0 | 1C | 60 | 18 | 2A | 5C | 28 |
| Octal | 302 | 213 | 10 | 0 | 34 | 140 | 30 | 52 | 134 | 50 |
| Binary | 11000010 | 10001011 | 1000 | 0 | 11100 | 1100000 | 11000 | 101010 | 1011100 | 101000 |
Color Harmonies of #C28B08
Complementary color
Monochromatic Colors of #C28B08
Black with #C28B08
Text Example
Text Example
White with #C28B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B08; }
p { color: rgb(194,139,8); }
H1.HeaderClassName
{
color: #C28B08;
}
.AnyTagClassName
{
color: #C28B08;
}
</style>
background-color css
<style>
a { background-color: #C28B08; }
a { background-color: rgb(194,139,8); }
div.DivClassName
{
background-color: #C28B08;
}
.BgClassName
{
background-color: #C28B08;
}
</style>
border-color css
<style>
span { border-color: #C28B08; }
span { border-color: rgb(194,139,8); }
td.TdClassName
{
border-color: #C28B08;
}
.TagClassName
{
border-color: #C28B08;
}
</style>