Shades of Dark Goldenrod #CF8203
Tints of Dark Goldenrod #CF8203
RGB
CMYK
RGB Variations
Color information
#CF8203 (or 0xCF8203) is known color: Dark Goldenrod. HEX triplet: CF, 82 and 03. RGB value is (207,130,3). Sum of RGB (Red+Green+Blue) = 207+130+3=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8203 is #307DFC. Grayscale: #8B8B8B. Windows color (decimal): -3177981 or 230095. OLE color: 230095.
HSL color Cylindrical-coordinate representation of color #CF8203: hue angle of 37.35º 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 #CF8203 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.19 |
| HSL | 37.35º | 0.97% | 0.41% | - |
| HSV(B) | 37.35º | 0.99% | 0.81% | - |
| XYZ | 33.73 | 29.24 | 3.95 | - |
| YUV | 138.55 | 51.51 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 3 | 0 | 0.37 | 0.99 | 0.19 | 37.35 | 0.97 | 0.41 |
| Hex | CF | 82 | 3 | 0 | 25 | 63 | 13 | 25 | 61 | 29 |
| Octal | 317 | 202 | 3 | 0 | 45 | 143 | 23 | 45 | 141 | 51 |
| Binary | 11001111 | 10000010 | 11 | 0 | 100101 | 1100011 | 10011 | 100101 | 1100001 | 101001 |
Color Harmonies of #CF8203
Complementary color
Monochromatic Colors of #CF8203
Black with #CF8203
Text Example
Text Example
White with #CF8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8203; }
p { color: rgb(207,130,3); }
H1.HeaderClassName
{
color: #CF8203;
}
.AnyTagClassName
{
color: #CF8203;
}
</style>
background-color css
<style>
a { background-color: #CF8203; }
a { background-color: rgb(207,130,3); }
div.DivClassName
{
background-color: #CF8203;
}
.BgClassName
{
background-color: #CF8203;
}
</style>
border-color css
<style>
span { border-color: #CF8203; }
span { border-color: rgb(207,130,3); }
td.TdClassName
{
border-color: #CF8203;
}
.TagClassName
{
border-color: #CF8203;
}
</style>