Shades of Dark Goldenrod #C67908
Tints of Dark Goldenrod #C67908
RGB
CMYK
RGB Variations
Color information
#C67908 (or 0xC67908) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 08. RGB value is (198,121,8). Sum of RGB (Red+Green+Blue) = 198+121+8=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C67908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67908 is #3986F7. Grayscale: #838383. Windows color (decimal): -3770104 or 555462. OLE color: 555462.
HSL color Cylindrical-coordinate representation of color #C67908: hue angle of 35.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67908 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.22 |
| HSL | 35.68º | 0.92% | 0.4% | - |
| HSV(B) | 35.68º | 0.96% | 0.78% | - |
| XYZ | 30.17 | 25.7 | 3.6 | - |
| YUV | 131.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 8 | 0 | 0.39 | 0.96 | 0.22 | 35.68 | 0.92 | 0.4 |
| Hex | C6 | 79 | 8 | 0 | 27 | 60 | 16 | 24 | 5C | 28 |
| Octal | 306 | 171 | 10 | 0 | 47 | 140 | 26 | 44 | 134 | 50 |
| Binary | 11000110 | 1111001 | 1000 | 0 | 100111 | 1100000 | 10110 | 100100 | 1011100 | 101000 |
Color Harmonies of #C67908
Complementary color
Monochromatic Colors of #C67908
Black with #C67908
Text Example
Text Example
White with #C67908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67908; }
p { color: rgb(198,121,8); }
H1.HeaderClassName
{
color: #C67908;
}
.AnyTagClassName
{
color: #C67908;
}
</style>
background-color css
<style>
a { background-color: #C67908; }
a { background-color: rgb(198,121,8); }
div.DivClassName
{
background-color: #C67908;
}
.BgClassName
{
background-color: #C67908;
}
</style>
border-color css
<style>
span { border-color: #C67908; }
span { border-color: rgb(198,121,8); }
td.TdClassName
{
border-color: #C67908;
}
.TagClassName
{
border-color: #C67908;
}
</style>