Shades of Dark Goldenrod #CF8202
Tints of Dark Goldenrod #CF8202
RGB
CMYK
RGB Variations
Color information
#CF8202 (or 0xCF8202) is known color: Dark Goldenrod. HEX triplet: CF, 82 and 02. RGB value is (207,130,2). Sum of RGB (Red+Green+Blue) = 207+130+2=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8202 is #307DFD. Grayscale: #8B8B8B. Windows color (decimal): -3177982 or 164559. OLE color: 164559.
HSL color Cylindrical-coordinate representation of color #CF8202: hue angle of 37.46º degrees, saturation: 0.98, 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 #CF8202 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.19 |
| HSL | 37.46º | 0.98% | 0.41% | - |
| HSV(B) | 37.46º | 0.99% | 0.81% | - |
| XYZ | 33.73 | 29.24 | 3.92 | - |
| YUV | 138.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 2 | 0 | 0.37 | 0.99 | 0.19 | 37.46 | 0.98 | 0.41 |
| Hex | CF | 82 | 2 | 0 | 25 | 63 | 13 | 25 | 62 | 29 |
| Octal | 317 | 202 | 2 | 0 | 45 | 143 | 23 | 45 | 142 | 51 |
| Binary | 11001111 | 10000010 | 10 | 0 | 100101 | 1100011 | 10011 | 100101 | 1100010 | 101001 |
Color Harmonies of #CF8202
Complementary color
Monochromatic Colors of #CF8202
Black with #CF8202
Text Example
Text Example
White with #CF8202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8202; }
p { color: rgb(207,130,2); }
H1.HeaderClassName
{
color: #CF8202;
}
.AnyTagClassName
{
color: #CF8202;
}
</style>
background-color css
<style>
a { background-color: #CF8202; }
a { background-color: rgb(207,130,2); }
div.DivClassName
{
background-color: #CF8202;
}
.BgClassName
{
background-color: #CF8202;
}
</style>
border-color css
<style>
span { border-color: #CF8202; }
span { border-color: rgb(207,130,2); }
td.TdClassName
{
border-color: #CF8202;
}
.TagClassName
{
border-color: #CF8202;
}
</style>