Shades of Dark Goldenrod #CA7405
Tints of Dark Goldenrod #CA7405
RGB
CMYK
RGB Variations
Color information
#CA7405 (or 0xCA7405) is known color: Dark Goldenrod. HEX triplet: CA, 74 and 05. RGB value is (202,116,5). Sum of RGB (Red+Green+Blue) = 202+116+5=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7405 is #358BFA. Grayscale: #818181. Windows color (decimal): -3509243 or 357578. OLE color: 357578.
HSL color Cylindrical-coordinate representation of color #CA7405: hue angle of 33.81º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA7405 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.21 |
| HSL | 33.81º | 0.95% | 0.41% | - |
| HSV(B) | 33.81º | 0.98% | 0.79% | - |
| XYZ | 30.63 | 25.06 | 3.37 | - |
| YUV | 129.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 5 | 0 | 0.43 | 0.98 | 0.21 | 33.81 | 0.95 | 0.41 |
| Hex | CA | 74 | 5 | 0 | 2B | 62 | 15 | 22 | 5F | 29 |
| Octal | 312 | 164 | 5 | 0 | 53 | 142 | 25 | 42 | 137 | 51 |
| Binary | 11001010 | 1110100 | 101 | 0 | 101011 | 1100010 | 10101 | 100010 | 1011111 | 101001 |
Color Harmonies of #CA7405
Complementary color
Monochromatic Colors of #CA7405
Black with #CA7405
Text Example
Text Example
White with #CA7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7405; }
p { color: rgb(202,116,5); }
H1.HeaderClassName
{
color: #CA7405;
}
.AnyTagClassName
{
color: #CA7405;
}
</style>
background-color css
<style>
a { background-color: #CA7405; }
a { background-color: rgb(202,116,5); }
div.DivClassName
{
background-color: #CA7405;
}
.BgClassName
{
background-color: #CA7405;
}
</style>
border-color css
<style>
span { border-color: #CA7405; }
span { border-color: rgb(202,116,5); }
td.TdClassName
{
border-color: #CA7405;
}
.TagClassName
{
border-color: #CA7405;
}
</style>