Shades of Dark Goldenrod #CF8B02
Tints of Dark Goldenrod #CF8B02
RGB
CMYK
RGB Variations
Color information
#CF8B02 (or 0xCF8B02) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 02. RGB value is (207,139,2). Sum of RGB (Red+Green+Blue) = 207+139+2=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B02 is #3074FD. Grayscale: #909090. Windows color (decimal): -3175678 or 166863. OLE color: 166863.
HSL color Cylindrical-coordinate representation of color #CF8B02: hue angle of 40.1º 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 #CF8B02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.19 |
| HSL | 40.1º | 0.98% | 0.41% | - |
| HSV(B) | 40.1º | 0.99% | 0.81% | - |
| XYZ | 34.98 | 31.74 | 4.34 | - |
| YUV | 143.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 2 | 0 | 0.33 | 0.99 | 0.19 | 40.1 | 0.98 | 0.41 |
| Hex | CF | 8B | 2 | 0 | 21 | 63 | 13 | 28 | 62 | 29 |
| Octal | 317 | 213 | 2 | 0 | 41 | 143 | 23 | 50 | 142 | 51 |
| Binary | 11001111 | 10001011 | 10 | 0 | 100001 | 1100011 | 10011 | 101000 | 1100010 | 101001 |
Color Harmonies of #CF8B02
Complementary color
Monochromatic Colors of #CF8B02
Black with #CF8B02
Text Example
Text Example
White with #CF8B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B02; }
p { color: rgb(207,139,2); }
H1.HeaderClassName
{
color: #CF8B02;
}
.AnyTagClassName
{
color: #CF8B02;
}
</style>
background-color css
<style>
a { background-color: #CF8B02; }
a { background-color: rgb(207,139,2); }
div.DivClassName
{
background-color: #CF8B02;
}
.BgClassName
{
background-color: #CF8B02;
}
</style>
border-color css
<style>
span { border-color: #CF8B02; }
span { border-color: rgb(207,139,2); }
td.TdClassName
{
border-color: #CF8B02;
}
.TagClassName
{
border-color: #CF8B02;
}
</style>