Shades of Dark Goldenrod #C28A08
Tints of Dark Goldenrod #C28A08
RGB
CMYK
RGB Variations
Color information
#C28A08 (or 0xC28A08) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 08. RGB value is (194,138,8). Sum of RGB (Red+Green+Blue) = 194+138+8=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A08 is #3D75F7. Grayscale: #8C8C8C. Windows color (decimal): -4027896 or 559810. OLE color: 559810.
HSL color Cylindrical-coordinate representation of color #C28A08: hue angle of 41.94º 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 #C28A08 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.24 |
| HSL | 41.94º | 0.92% | 0.4% | - |
| HSV(B) | 41.94º | 0.96% | 0.76% | - |
| XYZ | 31.38 | 29.66 | 4.3 | - |
| YUV | 139.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 8 | 0 | 0.29 | 0.96 | 0.24 | 41.94 | 0.92 | 0.4 |
| Hex | C2 | 8A | 8 | 0 | 1D | 60 | 18 | 2A | 5C | 28 |
| Octal | 302 | 212 | 10 | 0 | 35 | 140 | 30 | 52 | 134 | 50 |
| Binary | 11000010 | 10001010 | 1000 | 0 | 11101 | 1100000 | 11000 | 101010 | 1011100 | 101000 |
Color Harmonies of #C28A08
Complementary color
Monochromatic Colors of #C28A08
Black with #C28A08
Text Example
Text Example
White with #C28A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A08; }
p { color: rgb(194,138,8); }
H1.HeaderClassName
{
color: #C28A08;
}
.AnyTagClassName
{
color: #C28A08;
}
</style>
background-color css
<style>
a { background-color: #C28A08; }
a { background-color: rgb(194,138,8); }
div.DivClassName
{
background-color: #C28A08;
}
.BgClassName
{
background-color: #C28A08;
}
</style>
border-color css
<style>
span { border-color: #C28A08; }
span { border-color: rgb(194,138,8); }
td.TdClassName
{
border-color: #C28A08;
}
.TagClassName
{
border-color: #C28A08;
}
</style>