Shades of Dark Goldenrod #CF8103
Tints of Dark Goldenrod #CF8103
RGB
CMYK
RGB Variations
Color information
#CF8103 (or 0xCF8103) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 03. RGB value is (207,129,3). Sum of RGB (Red+Green+Blue) = 207+129+3=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8103 is #307EFC. Grayscale: #8A8A8A. Windows color (decimal): -3178237 or 229839. OLE color: 229839.
HSL color Cylindrical-coordinate representation of color #CF8103: hue angle of 37.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF8103 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.19 |
| HSL | 37.06º | 0.97% | 0.41% | - |
| HSV(B) | 37.06º | 0.99% | 0.81% | - |
| XYZ | 33.6 | 28.97 | 3.91 | - |
| YUV | 137.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 3 | 0 | 0.38 | 0.99 | 0.19 | 37.06 | 0.97 | 0.41 |
| Hex | CF | 81 | 3 | 0 | 26 | 63 | 13 | 25 | 61 | 29 |
| Octal | 317 | 201 | 3 | 0 | 46 | 143 | 23 | 45 | 141 | 51 |
| Binary | 11001111 | 10000001 | 11 | 0 | 100110 | 1100011 | 10011 | 100101 | 1100001 | 101001 |
Color Harmonies of #CF8103
Complementary color
Monochromatic Colors of #CF8103
Black with #CF8103
Text Example
Text Example
White with #CF8103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8103; }
p { color: rgb(207,129,3); }
H1.HeaderClassName
{
color: #CF8103;
}
.AnyTagClassName
{
color: #CF8103;
}
</style>
background-color css
<style>
a { background-color: #CF8103; }
a { background-color: rgb(207,129,3); }
div.DivClassName
{
background-color: #CF8103;
}
.BgClassName
{
background-color: #CF8103;
}
</style>
border-color css
<style>
span { border-color: #CF8103; }
span { border-color: rgb(207,129,3); }
td.TdClassName
{
border-color: #CF8103;
}
.TagClassName
{
border-color: #CF8103;
}
</style>