Shades of Dark Goldenrod #CF8405
Tints of Dark Goldenrod #CF8405
RGB
CMYK
RGB Variations
Color information
#CF8405 (or 0xCF8405) is known color: Dark Goldenrod. HEX triplet: CF, 84 and 05. RGB value is (207,132,5). Sum of RGB (Red+Green+Blue) = 207+132+5=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8405 is #307BFA. Grayscale: #8C8C8C. Windows color (decimal): -3177467 or 361679. OLE color: 361679.
HSL color Cylindrical-coordinate representation of color #CF8405: hue angle of 37.72º 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 #CF8405 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.19 |
| HSL | 37.72º | 0.95% | 0.42% | - |
| HSV(B) | 37.72º | 0.98% | 0.81% | - |
| XYZ | 34.01 | 29.78 | 4.1 | - |
| YUV | 139.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 5 | 0 | 0.36 | 0.98 | 0.19 | 37.72 | 0.95 | 0.42 |
| Hex | CF | 84 | 5 | 0 | 24 | 62 | 13 | 26 | 5F | 2A |
| Octal | 317 | 204 | 5 | 0 | 44 | 142 | 23 | 46 | 137 | 52 |
| Binary | 11001111 | 10000100 | 101 | 0 | 100100 | 1100010 | 10011 | 100110 | 1011111 | 101010 |
Color Harmonies of #CF8405
Complementary color
Monochromatic Colors of #CF8405
Black with #CF8405
Text Example
Text Example
White with #CF8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8405; }
p { color: rgb(207,132,5); }
H1.HeaderClassName
{
color: #CF8405;
}
.AnyTagClassName
{
color: #CF8405;
}
</style>
background-color css
<style>
a { background-color: #CF8405; }
a { background-color: rgb(207,132,5); }
div.DivClassName
{
background-color: #CF8405;
}
.BgClassName
{
background-color: #CF8405;
}
</style>
border-color css
<style>
span { border-color: #CF8405; }
span { border-color: rgb(207,132,5); }
td.TdClassName
{
border-color: #CF8405;
}
.TagClassName
{
border-color: #CF8405;
}
</style>