Shades of Dark Goldenrod #CF8108
Tints of Dark Goldenrod #CF8108
RGB
CMYK
RGB Variations
Color information
#CF8108 (or 0xCF8108) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 08. RGB value is (207,129,8). Sum of RGB (Red+Green+Blue) = 207+129+8=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8108 is #307EF7. Grayscale: #8B8B8B. Windows color (decimal): -3178232 or 557519. OLE color: 557519.
HSL color Cylindrical-coordinate representation of color #CF8108: hue angle of 36.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF8108 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.19 |
| HSL | 36.48º | 0.93% | 0.42% | - |
| HSV(B) | 36.48º | 0.96% | 0.81% | - |
| XYZ | 33.63 | 28.98 | 4.05 | - |
| YUV | 138.53 | 54.34 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 8 | 0 | 0.38 | 0.96 | 0.19 | 36.48 | 0.93 | 0.42 |
| Hex | CF | 81 | 8 | 0 | 26 | 60 | 13 | 24 | 5D | 2A |
| Octal | 317 | 201 | 10 | 0 | 46 | 140 | 23 | 44 | 135 | 52 |
| Binary | 11001111 | 10000001 | 1000 | 0 | 100110 | 1100000 | 10011 | 100100 | 1011101 | 101010 |
Color Harmonies of #CF8108
Complementary color
Monochromatic Colors of #CF8108
Black with #CF8108
Text Example
Text Example
White with #CF8108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8108; }
p { color: rgb(207,129,8); }
H1.HeaderClassName
{
color: #CF8108;
}
.AnyTagClassName
{
color: #CF8108;
}
</style>
background-color css
<style>
a { background-color: #CF8108; }
a { background-color: rgb(207,129,8); }
div.DivClassName
{
background-color: #CF8108;
}
.BgClassName
{
background-color: #CF8108;
}
</style>
border-color css
<style>
span { border-color: #CF8108; }
span { border-color: rgb(207,129,8); }
td.TdClassName
{
border-color: #CF8108;
}
.TagClassName
{
border-color: #CF8108;
}
</style>