Shades of Dark Goldenrod #CF8F05
Tints of Dark Goldenrod #CF8F05
RGB
CMYK
RGB Variations
Color information
#CF8F05 (or 0xCF8F05) is known color: Dark Goldenrod. HEX triplet: CF, 8F and 05. RGB value is (207,143,5). Sum of RGB (Red+Green+Blue) = 207+143+5=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F05 is #3070FA. Grayscale: #939393. Windows color (decimal): -3174651 or 364495. OLE color: 364495.
HSL color Cylindrical-coordinate representation of color #CF8F05: hue angle of 40.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF8F05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.19 |
| HSL | 40.99º | 0.95% | 0.42% | - |
| HSV(B) | 40.99º | 0.98% | 0.81% | - |
| XYZ | 35.58 | 32.92 | 4.62 | - |
| YUV | 146.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 5 | 0 | 0.31 | 0.98 | 0.19 | 40.99 | 0.95 | 0.42 |
| Hex | CF | 8F | 5 | 0 | 1F | 62 | 13 | 29 | 5F | 2A |
| Octal | 317 | 217 | 5 | 0 | 37 | 142 | 23 | 51 | 137 | 52 |
| Binary | 11001111 | 10001111 | 101 | 0 | 11111 | 1100010 | 10011 | 101001 | 1011111 | 101010 |
Color Harmonies of #CF8F05
Complementary color
Monochromatic Colors of #CF8F05
Black with #CF8F05
Text Example
Text Example
White with #CF8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F05; }
p { color: rgb(207,143,5); }
H1.HeaderClassName
{
color: #CF8F05;
}
.AnyTagClassName
{
color: #CF8F05;
}
</style>
background-color css
<style>
a { background-color: #CF8F05; }
a { background-color: rgb(207,143,5); }
div.DivClassName
{
background-color: #CF8F05;
}
.BgClassName
{
background-color: #CF8F05;
}
</style>
border-color css
<style>
span { border-color: #CF8F05; }
span { border-color: rgb(207,143,5); }
td.TdClassName
{
border-color: #CF8F05;
}
.TagClassName
{
border-color: #CF8F05;
}
</style>