Shades of Dark Goldenrod #CF8102
Tints of Dark Goldenrod #CF8102
RGB
CMYK
RGB Variations
Color information
#CF8102 (or 0xCF8102) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 02. RGB value is (207,129,2). Sum of RGB (Red+Green+Blue) = 207+129+2=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8102 is #307EFD. Grayscale: #8A8A8A. Windows color (decimal): -3178238 or 164303. OLE color: 164303.
HSL color Cylindrical-coordinate representation of color #CF8102: hue angle of 37.17º 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 #CF8102 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.19 |
| HSL | 37.17º | 0.98% | 0.41% | - |
| HSV(B) | 37.17º | 0.99% | 0.81% | - |
| XYZ | 33.59 | 28.97 | 3.88 | - |
| YUV | 137.84 | 51.34 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 2 | 0 | 0.38 | 0.99 | 0.19 | 37.17 | 0.98 | 0.41 |
| Hex | CF | 81 | 2 | 0 | 26 | 63 | 13 | 25 | 62 | 29 |
| Octal | 317 | 201 | 2 | 0 | 46 | 143 | 23 | 45 | 142 | 51 |
| Binary | 11001111 | 10000001 | 10 | 0 | 100110 | 1100011 | 10011 | 100101 | 1100010 | 101001 |
Color Harmonies of #CF8102
Complementary color
Monochromatic Colors of #CF8102
Black with #CF8102
Text Example
Text Example
White with #CF8102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8102; }
p { color: rgb(207,129,2); }
H1.HeaderClassName
{
color: #CF8102;
}
.AnyTagClassName
{
color: #CF8102;
}
</style>
background-color css
<style>
a { background-color: #CF8102; }
a { background-color: rgb(207,129,2); }
div.DivClassName
{
background-color: #CF8102;
}
.BgClassName
{
background-color: #CF8102;
}
</style>
border-color css
<style>
span { border-color: #CF8102; }
span { border-color: rgb(207,129,2); }
td.TdClassName
{
border-color: #CF8102;
}
.TagClassName
{
border-color: #CF8102;
}
</style>