Shades of Dark Goldenrod #CF8508
Tints of Dark Goldenrod #CF8508
RGB
CMYK
RGB Variations
Color information
#CF8508 (or 0xCF8508) is known color: Dark Goldenrod. HEX triplet: CF, 85 and 08. RGB value is (207,133,8). Sum of RGB (Red+Green+Blue) = 207+133+8=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8508 is #307AF7. Grayscale: #8D8D8D. Windows color (decimal): -3177208 or 558543. OLE color: 558543.
HSL color Cylindrical-coordinate representation of color #CF8508: hue angle of 37.69º 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 #CF8508 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.19 |
| HSL | 37.69º | 0.93% | 0.42% | - |
| HSV(B) | 37.69º | 0.96% | 0.81% | - |
| XYZ | 34.16 | 30.06 | 4.23 | - |
| YUV | 140.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 8 | 0 | 0.36 | 0.96 | 0.19 | 37.69 | 0.93 | 0.42 |
| Hex | CF | 85 | 8 | 0 | 24 | 60 | 13 | 26 | 5D | 2A |
| Octal | 317 | 205 | 10 | 0 | 44 | 140 | 23 | 46 | 135 | 52 |
| Binary | 11001111 | 10000101 | 1000 | 0 | 100100 | 1100000 | 10011 | 100110 | 1011101 | 101010 |
Color Harmonies of #CF8508
Complementary color
Monochromatic Colors of #CF8508
Black with #CF8508
Text Example
Text Example
White with #CF8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8508; }
p { color: rgb(207,133,8); }
H1.HeaderClassName
{
color: #CF8508;
}
.AnyTagClassName
{
color: #CF8508;
}
</style>
background-color css
<style>
a { background-color: #CF8508; }
a { background-color: rgb(207,133,8); }
div.DivClassName
{
background-color: #CF8508;
}
.BgClassName
{
background-color: #CF8508;
}
</style>
border-color css
<style>
span { border-color: #CF8508; }
span { border-color: rgb(207,133,8); }
td.TdClassName
{
border-color: #CF8508;
}
.TagClassName
{
border-color: #CF8508;
}
</style>