Shades of Dark Goldenrod #CA7F02
Tints of Dark Goldenrod #CA7F02
RGB
CMYK
RGB Variations
Color information
#CA7F02 (or 0xCA7F02) is known color: Dark Goldenrod. HEX triplet: CA, 7F and 02. RGB value is (202,127,2). Sum of RGB (Red+Green+Blue) = 202+127+2=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F02 is #3580FD. Grayscale: #878787. Windows color (decimal): -3506430 or 163786. OLE color: 163786.
HSL color Cylindrical-coordinate representation of color #CA7F02: hue angle of 37.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA7F02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.21 |
| HSL | 37.5º | 0.98% | 0.4% | - |
| HSV(B) | 37.5º | 0.99% | 0.79% | - |
| XYZ | 31.96 | 27.74 | 3.73 | - |
| YUV | 135.18 | 52.85 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 2 | 0 | 0.37 | 0.99 | 0.21 | 37.5 | 0.98 | 0.4 |
| Hex | CA | 7F | 2 | 0 | 25 | 63 | 15 | 26 | 62 | 28 |
| Octal | 312 | 177 | 2 | 0 | 45 | 143 | 25 | 46 | 142 | 50 |
| Binary | 11001010 | 1111111 | 10 | 0 | 100101 | 1100011 | 10101 | 100110 | 1100010 | 101000 |
Color Harmonies of #CA7F02
Complementary color
Monochromatic Colors of #CA7F02
Black with #CA7F02
Text Example
Text Example
White with #CA7F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F02; }
p { color: rgb(202,127,2); }
H1.HeaderClassName
{
color: #CA7F02;
}
.AnyTagClassName
{
color: #CA7F02;
}
</style>
background-color css
<style>
a { background-color: #CA7F02; }
a { background-color: rgb(202,127,2); }
div.DivClassName
{
background-color: #CA7F02;
}
.BgClassName
{
background-color: #CA7F02;
}
</style>
border-color css
<style>
span { border-color: #CA7F02; }
span { border-color: rgb(202,127,2); }
td.TdClassName
{
border-color: #CA7F02;
}
.TagClassName
{
border-color: #CA7F02;
}
</style>