Shades of Dark Goldenrod #CA8A06
Tints of Dark Goldenrod #CA8A06
RGB
CMYK
RGB Variations
Color information
#CA8A06 (or 0xCA8A06) is known color: Dark Goldenrod. HEX triplet: CA, 8A and 06. RGB value is (202,138,6). Sum of RGB (Red+Green+Blue) = 202+138+6=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A06 is #3575F9. Grayscale: #8E8E8E. Windows color (decimal): -3503610 or 428746. OLE color: 428746.
HSL color Cylindrical-coordinate representation of color #CA8A06: hue angle of 40.41º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA8A06 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.21 |
| HSL | 40.41º | 0.94% | 0.41% | - |
| HSV(B) | 40.41º | 0.97% | 0.79% | - |
| XYZ | 33.48 | 30.75 | 4.34 | - |
| YUV | 142.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 6 | 0 | 0.32 | 0.97 | 0.21 | 40.41 | 0.94 | 0.41 |
| Hex | CA | 8A | 6 | 0 | 20 | 61 | 15 | 28 | 5E | 29 |
| Octal | 312 | 212 | 6 | 0 | 40 | 141 | 25 | 50 | 136 | 51 |
| Binary | 11001010 | 10001010 | 110 | 0 | 100000 | 1100001 | 10101 | 101000 | 1011110 | 101001 |
Color Harmonies of #CA8A06
Complementary color
Monochromatic Colors of #CA8A06
Black with #CA8A06
Text Example
Text Example
White with #CA8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A06; }
p { color: rgb(202,138,6); }
H1.HeaderClassName
{
color: #CA8A06;
}
.AnyTagClassName
{
color: #CA8A06;
}
</style>
background-color css
<style>
a { background-color: #CA8A06; }
a { background-color: rgb(202,138,6); }
div.DivClassName
{
background-color: #CA8A06;
}
.BgClassName
{
background-color: #CA8A06;
}
</style>
border-color css
<style>
span { border-color: #CA8A06; }
span { border-color: rgb(202,138,6); }
td.TdClassName
{
border-color: #CA8A06;
}
.TagClassName
{
border-color: #CA8A06;
}
</style>