Shades of Dark Goldenrod #C06F08
Tints of Dark Goldenrod #C06F08
RGB
CMYK
RGB Variations
Color information
#C06F08 (or 0xC06F08) is known color: Dark Goldenrod. HEX triplet: C0, 6F and 08. RGB value is (192,111,8). Sum of RGB (Red+Green+Blue) = 192+111+8=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F08 is #3F90F7. Grayscale: #7B7B7B. Windows color (decimal): -4165880 or 552896. OLE color: 552896.
HSL color Cylindrical-coordinate representation of color #C06F08: hue angle of 33.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06F08 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.25 |
| HSL | 33.59º | 0.92% | 0.39% | - |
| HSV(B) | 33.59º | 0.96% | 0.75% | - |
| XYZ | 27.47 | 22.59 | 3.14 | - |
| YUV | 123.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 8 | 0 | 0.42 | 0.96 | 0.25 | 33.59 | 0.92 | 0.39 |
| Hex | C0 | 6F | 8 | 0 | 2A | 60 | 19 | 22 | 5C | 27 |
| Octal | 300 | 157 | 10 | 0 | 52 | 140 | 31 | 42 | 134 | 47 |
| Binary | 11000000 | 1101111 | 1000 | 0 | 101010 | 1100000 | 11001 | 100010 | 1011100 | 100111 |
Color Harmonies of #C06F08
Complementary color
Monochromatic Colors of #C06F08
Black with #C06F08
Text Example
Text Example
White with #C06F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F08; }
p { color: rgb(192,111,8); }
H1.HeaderClassName
{
color: #C06F08;
}
.AnyTagClassName
{
color: #C06F08;
}
</style>
background-color css
<style>
a { background-color: #C06F08; }
a { background-color: rgb(192,111,8); }
div.DivClassName
{
background-color: #C06F08;
}
.BgClassName
{
background-color: #C06F08;
}
</style>
border-color css
<style>
span { border-color: #C06F08; }
span { border-color: rgb(192,111,8); }
td.TdClassName
{
border-color: #C06F08;
}
.TagClassName
{
border-color: #C06F08;
}
</style>