Shades of Dark Goldenrod #CF8C0C
Tints of Dark Goldenrod #CF8C0C
RGB
CMYK
RGB Variations
Color information
#CF8C0C (or 0xCF8C0C) is known color: Dark Goldenrod. HEX triplet: CF, 8C and 0C. RGB value is (207,140,12). Sum of RGB (Red+Green+Blue) = 207+140+12=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8C0C is #3073F3. Grayscale: #929292. Windows color (decimal): -3175412 or 822479. OLE color: 822479.
HSL color Cylindrical-coordinate representation of color #CF8C0C: hue angle of 39.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF8C0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.19 |
| HSL | 39.38º | 0.89% | 0.43% | - |
| HSV(B) | 39.38º | 0.94% | 0.81% | - |
| XYZ | 35.18 | 32.05 | 4.68 | - |
| YUV | 145.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 12 | 0 | 0.32 | 0.94 | 0.19 | 39.38 | 0.89 | 0.43 |
| Hex | CF | 8C | C | 0 | 20 | 5E | 13 | 27 | 59 | 2B |
| Octal | 317 | 214 | 14 | 0 | 40 | 136 | 23 | 47 | 131 | 53 |
| Binary | 11001111 | 10001100 | 1100 | 0 | 100000 | 1011110 | 10011 | 100111 | 1011001 | 101011 |
Color Harmonies of #CF8C0C
Complementary color
Monochromatic Colors of #CF8C0C
Black with #CF8C0C
Text Example
Text Example
White with #CF8C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C0C; }
p { color: rgb(207,140,12); }
H1.HeaderClassName
{
color: #CF8C0C;
}
.AnyTagClassName
{
color: #CF8C0C;
}
</style>
background-color css
<style>
a { background-color: #CF8C0C; }
a { background-color: rgb(207,140,12); }
div.DivClassName
{
background-color: #CF8C0C;
}
.BgClassName
{
background-color: #CF8C0C;
}
</style>
border-color css
<style>
span { border-color: #CF8C0C; }
span { border-color: rgb(207,140,12); }
td.TdClassName
{
border-color: #CF8C0C;
}
.TagClassName
{
border-color: #CF8C0C;
}
</style>