Shades of Dark Goldenrod #CF8A05
Tints of Dark Goldenrod #CF8A05
RGB
CMYK
RGB Variations
Color information
#CF8A05 (or 0xCF8A05) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 05. RGB value is (207,138,5). Sum of RGB (Red+Green+Blue) = 207+138+5=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A05 is #3075FA. Grayscale: #909090. Windows color (decimal): -3175931 or 363215. OLE color: 363215.
HSL color Cylindrical-coordinate representation of color #CF8A05: hue angle of 39.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF8A05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.19 |
| HSL | 39.5º | 0.95% | 0.42% | - |
| HSV(B) | 39.5º | 0.98% | 0.81% | - |
| XYZ | 34.85 | 31.45 | 4.38 | - |
| YUV | 143.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 5 | 0 | 0.33 | 0.98 | 0.19 | 39.5 | 0.95 | 0.42 |
| Hex | CF | 8A | 5 | 0 | 21 | 62 | 13 | 28 | 5F | 2A |
| Octal | 317 | 212 | 5 | 0 | 41 | 142 | 23 | 50 | 137 | 52 |
| Binary | 11001111 | 10001010 | 101 | 0 | 100001 | 1100010 | 10011 | 101000 | 1011111 | 101010 |
Color Harmonies of #CF8A05
Complementary color
Monochromatic Colors of #CF8A05
Black with #CF8A05
Text Example
Text Example
White with #CF8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A05; }
p { color: rgb(207,138,5); }
H1.HeaderClassName
{
color: #CF8A05;
}
.AnyTagClassName
{
color: #CF8A05;
}
</style>
background-color css
<style>
a { background-color: #CF8A05; }
a { background-color: rgb(207,138,5); }
div.DivClassName
{
background-color: #CF8A05;
}
.BgClassName
{
background-color: #CF8A05;
}
</style>
border-color css
<style>
span { border-color: #CF8A05; }
span { border-color: rgb(207,138,5); }
td.TdClassName
{
border-color: #CF8A05;
}
.TagClassName
{
border-color: #CF8A05;
}
</style>