Shades of Dark Goldenrod #CF8300
Tints of Dark Goldenrod #CF8300
RGB
CMYK
RGB Variations
Color information
#CF8300 (or 0xCF8300) is known color: Dark Goldenrod. HEX triplet: CF, 83 and 00. RGB value is (207,131,0). Sum of RGB (Red+Green+Blue) = 207+131+0=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8300 is #307CFF. Grayscale: #8B8B8B. Windows color (decimal): -3177728 or 33743. OLE color: 33743.
HSL color Cylindrical-coordinate representation of color #CF8300: hue angle of 37.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF8300 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.19 |
| HSL | 37.97º | 1% | 0.41% | - |
| HSV(B) | 37.97º | 1% | 0.81% | - |
| XYZ | 33.85 | 29.5 | 3.91 | - |
| YUV | 138.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 0 | 0 | 0.37 | 1 | 0.19 | 37.97 | 1 | 0.41 |
| Hex | CF | 83 | 0 | 0 | 25 | 64 | 13 | 26 | 64 | 29 |
| Octal | 317 | 203 | 0 | 0 | 45 | 144 | 23 | 46 | 144 | 51 |
| Binary | 11001111 | 10000011 | 0 | 0 | 100101 | 1100100 | 10011 | 100110 | 1100100 | 101001 |
Color Harmonies of #CF8300
Complementary color
Monochromatic Colors of #CF8300
Black with #CF8300
Text Example
Text Example
White with #CF8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8300; }
p { color: rgb(207,131,0); }
H1.HeaderClassName
{
color: #CF8300;
}
.AnyTagClassName
{
color: #CF8300;
}
</style>
background-color css
<style>
a { background-color: #CF8300; }
a { background-color: rgb(207,131,0); }
div.DivClassName
{
background-color: #CF8300;
}
.BgClassName
{
background-color: #CF8300;
}
</style>
border-color css
<style>
span { border-color: #CF8300; }
span { border-color: rgb(207,131,0); }
td.TdClassName
{
border-color: #CF8300;
}
.TagClassName
{
border-color: #CF8300;
}
</style>