Shades of Dark Goldenrod #CF7D02
Tints of Dark Goldenrod #CF7D02
RGB
CMYK
RGB Variations
Color information
#CF7D02 (or 0xCF7D02) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 02. RGB value is (207,125,2). Sum of RGB (Red+Green+Blue) = 207+125+2=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D02 is #3082FD. Grayscale: #888888. Windows color (decimal): -3179262 or 163279. OLE color: 163279.
HSL color Cylindrical-coordinate representation of color #CF7D02: hue angle of 36º 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 #CF7D02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.19 |
| HSL | 36º | 0.98% | 0.41% | - |
| HSV(B) | 36º | 0.99% | 0.81% | - |
| XYZ | 33.08 | 27.94 | 3.71 | - |
| YUV | 135.5 | 52.67 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 2 | 0 | 0.40 | 0.99 | 0.19 | 36 | 0.98 | 0.41 |
| Hex | CF | 7D | 2 | 0 | 28 | 63 | 13 | 24 | 62 | 29 |
| Octal | 317 | 175 | 2 | 0 | 50 | 143 | 23 | 44 | 142 | 51 |
| Binary | 11001111 | 1111101 | 10 | 0 | 101000 | 1100011 | 10011 | 100100 | 1100010 | 101001 |
Color Harmonies of #CF7D02
Complementary color
Monochromatic Colors of #CF7D02
Black with #CF7D02
Text Example
Text Example
White with #CF7D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D02; }
p { color: rgb(207,125,2); }
H1.HeaderClassName
{
color: #CF7D02;
}
.AnyTagClassName
{
color: #CF7D02;
}
</style>
background-color css
<style>
a { background-color: #CF7D02; }
a { background-color: rgb(207,125,2); }
div.DivClassName
{
background-color: #CF7D02;
}
.BgClassName
{
background-color: #CF7D02;
}
</style>
border-color css
<style>
span { border-color: #CF7D02; }
span { border-color: rgb(207,125,2); }
td.TdClassName
{
border-color: #CF7D02;
}
.TagClassName
{
border-color: #CF7D02;
}
</style>