Shades of Dark Goldenrod #CA7702
Tints of Dark Goldenrod #CA7702
RGB
CMYK
RGB Variations
Color information
#CA7702 (or 0xCA7702) is known color: Dark Goldenrod. HEX triplet: CA, 77 and 02. RGB value is (202,119,2). Sum of RGB (Red+Green+Blue) = 202+119+2=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7702 is #3588FD. Grayscale: #838383. Windows color (decimal): -3508478 or 161738. OLE color: 161738.
HSL color Cylindrical-coordinate representation of color #CA7702: hue angle of 35.1º 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 #CA7702 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.21 |
| HSL | 35.1º | 0.98% | 0.4% | - |
| HSV(B) | 35.1º | 0.99% | 0.79% | - |
| XYZ | 30.96 | 25.75 | 3.4 | - |
| YUV | 130.48 | 55.5 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 2 | 0 | 0.41 | 0.99 | 0.21 | 35.1 | 0.98 | 0.4 |
| Hex | CA | 77 | 2 | 0 | 29 | 63 | 15 | 23 | 62 | 28 |
| Octal | 312 | 167 | 2 | 0 | 51 | 143 | 25 | 43 | 142 | 50 |
| Binary | 11001010 | 1110111 | 10 | 0 | 101001 | 1100011 | 10101 | 100011 | 1100010 | 101000 |
Color Harmonies of #CA7702
Complementary color
Monochromatic Colors of #CA7702
Black with #CA7702
Text Example
Text Example
White with #CA7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7702; }
p { color: rgb(202,119,2); }
H1.HeaderClassName
{
color: #CA7702;
}
.AnyTagClassName
{
color: #CA7702;
}
</style>
background-color css
<style>
a { background-color: #CA7702; }
a { background-color: rgb(202,119,2); }
div.DivClassName
{
background-color: #CA7702;
}
.BgClassName
{
background-color: #CA7702;
}
</style>
border-color css
<style>
span { border-color: #CA7702; }
span { border-color: rgb(202,119,2); }
td.TdClassName
{
border-color: #CA7702;
}
.TagClassName
{
border-color: #CA7702;
}
</style>