Shades of Dark Goldenrod #CF8603
Tints of Dark Goldenrod #CF8603
RGB
CMYK
RGB Variations
Color information
#CF8603 (or 0xCF8603) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 03. RGB value is (207,134,3). Sum of RGB (Red+Green+Blue) = 207+134+3=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8603 is #3079FC. Grayscale: #8D8D8D. Windows color (decimal): -3176957 or 231119. OLE color: 231119.
HSL color Cylindrical-coordinate representation of color #CF8603: hue angle of 38.53º 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 #CF8603 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.19 |
| HSL | 38.53º | 0.97% | 0.41% | - |
| HSV(B) | 38.53º | 0.99% | 0.81% | - |
| XYZ | 34.27 | 30.32 | 4.13 | - |
| YUV | 140.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 3 | 0 | 0.35 | 0.99 | 0.19 | 38.53 | 0.97 | 0.41 |
| Hex | CF | 86 | 3 | 0 | 23 | 63 | 13 | 27 | 61 | 29 |
| Octal | 317 | 206 | 3 | 0 | 43 | 143 | 23 | 47 | 141 | 51 |
| Binary | 11001111 | 10000110 | 11 | 0 | 100011 | 1100011 | 10011 | 100111 | 1100001 | 101001 |
Color Harmonies of #CF8603
Complementary color
Monochromatic Colors of #CF8603
Black with #CF8603
Text Example
Text Example
White with #CF8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8603; }
p { color: rgb(207,134,3); }
H1.HeaderClassName
{
color: #CF8603;
}
.AnyTagClassName
{
color: #CF8603;
}
</style>
background-color css
<style>
a { background-color: #CF8603; }
a { background-color: rgb(207,134,3); }
div.DivClassName
{
background-color: #CF8603;
}
.BgClassName
{
background-color: #CF8603;
}
</style>
border-color css
<style>
span { border-color: #CF8603; }
span { border-color: rgb(207,134,3); }
td.TdClassName
{
border-color: #CF8603;
}
.TagClassName
{
border-color: #CF8603;
}
</style>