Shades of Dark Goldenrod #CF8602
Tints of Dark Goldenrod #CF8602
RGB
CMYK
RGB Variations
Color information
#CF8602 (or 0xCF8602) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 02. RGB value is (207,134,2). Sum of RGB (Red+Green+Blue) = 207+134+2=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8602 is #3079FD. Grayscale: #8D8D8D. Windows color (decimal): -3176958 or 165583. OLE color: 165583.
HSL color Cylindrical-coordinate representation of color #CF8602: hue angle of 38.63º 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 #CF8602 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.19 |
| HSL | 38.63º | 0.98% | 0.41% | - |
| HSV(B) | 38.63º | 0.99% | 0.81% | - |
| XYZ | 34.27 | 30.32 | 4.1 | - |
| YUV | 140.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 2 | 0 | 0.35 | 0.99 | 0.19 | 38.63 | 0.98 | 0.41 |
| Hex | CF | 86 | 2 | 0 | 23 | 63 | 13 | 27 | 62 | 29 |
| Octal | 317 | 206 | 2 | 0 | 43 | 143 | 23 | 47 | 142 | 51 |
| Binary | 11001111 | 10000110 | 10 | 0 | 100011 | 1100011 | 10011 | 100111 | 1100010 | 101001 |
Color Harmonies of #CF8602
Complementary color
Monochromatic Colors of #CF8602
Black with #CF8602
Text Example
Text Example
White with #CF8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8602; }
p { color: rgb(207,134,2); }
H1.HeaderClassName
{
color: #CF8602;
}
.AnyTagClassName
{
color: #CF8602;
}
</style>
background-color css
<style>
a { background-color: #CF8602; }
a { background-color: rgb(207,134,2); }
div.DivClassName
{
background-color: #CF8602;
}
.BgClassName
{
background-color: #CF8602;
}
</style>
border-color css
<style>
span { border-color: #CF8602; }
span { border-color: rgb(207,134,2); }
td.TdClassName
{
border-color: #CF8602;
}
.TagClassName
{
border-color: #CF8602;
}
</style>