Shades of Dark Goldenrod #CF8C08
Tints of Dark Goldenrod #CF8C08
RGB
CMYK
RGB Variations
Color information
#CF8C08 (or 0xCF8C08) is known color: Dark Goldenrod. HEX triplet: CF, 8C and 08. RGB value is (207,140,8). Sum of RGB (Red+Green+Blue) = 207+140+8=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8C08 is #3073F7. Grayscale: #919191. Windows color (decimal): -3175416 or 560335. OLE color: 560335.
HSL color Cylindrical-coordinate representation of color #CF8C08: hue angle of 39.8º 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 #CF8C08 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.19 |
| HSL | 39.8º | 0.93% | 0.42% | - |
| HSV(B) | 39.8º | 0.96% | 0.81% | - |
| XYZ | 35.15 | 32.04 | 4.56 | - |
| YUV | 144.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 8 | 0 | 0.32 | 0.96 | 0.19 | 39.8 | 0.93 | 0.42 |
| Hex | CF | 8C | 8 | 0 | 20 | 60 | 13 | 28 | 5D | 2A |
| Octal | 317 | 214 | 10 | 0 | 40 | 140 | 23 | 50 | 135 | 52 |
| Binary | 11001111 | 10001100 | 1000 | 0 | 100000 | 1100000 | 10011 | 101000 | 1011101 | 101010 |
Color Harmonies of #CF8C08
Complementary color
Monochromatic Colors of #CF8C08
Black with #CF8C08
Text Example
Text Example
White with #CF8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C08; }
p { color: rgb(207,140,8); }
H1.HeaderClassName
{
color: #CF8C08;
}
.AnyTagClassName
{
color: #CF8C08;
}
</style>
background-color css
<style>
a { background-color: #CF8C08; }
a { background-color: rgb(207,140,8); }
div.DivClassName
{
background-color: #CF8C08;
}
.BgClassName
{
background-color: #CF8C08;
}
</style>
border-color css
<style>
span { border-color: #CF8C08; }
span { border-color: rgb(207,140,8); }
td.TdClassName
{
border-color: #CF8C08;
}
.TagClassName
{
border-color: #CF8C08;
}
</style>