Shades of Dark Goldenrod #CA8105
Tints of Dark Goldenrod #CA8105
RGB
CMYK
RGB Variations
Color information
#CA8105 (or 0xCA8105) is known color: Dark Goldenrod. HEX triplet: CA, 81 and 05. RGB value is (202,129,5). Sum of RGB (Red+Green+Blue) = 202+129+5=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8105 is #357EFA. Grayscale: #898989. Windows color (decimal): -3505915 or 360906. OLE color: 360906.
HSL color Cylindrical-coordinate representation of color #CA8105: hue angle of 37.77º 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 #CA8105 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.21 |
| HSL | 37.77º | 0.95% | 0.41% | - |
| HSV(B) | 37.77º | 0.98% | 0.79% | - |
| XYZ | 32.23 | 28.27 | 3.9 | - |
| YUV | 136.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 5 | 0 | 0.36 | 0.98 | 0.21 | 37.77 | 0.95 | 0.41 |
| Hex | CA | 81 | 5 | 0 | 24 | 62 | 15 | 26 | 5F | 29 |
| Octal | 312 | 201 | 5 | 0 | 44 | 142 | 25 | 46 | 137 | 51 |
| Binary | 11001010 | 10000001 | 101 | 0 | 100100 | 1100010 | 10101 | 100110 | 1011111 | 101001 |
Color Harmonies of #CA8105
Complementary color
Monochromatic Colors of #CA8105
Black with #CA8105
Text Example
Text Example
White with #CA8105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8105; }
p { color: rgb(202,129,5); }
H1.HeaderClassName
{
color: #CA8105;
}
.AnyTagClassName
{
color: #CA8105;
}
</style>
background-color css
<style>
a { background-color: #CA8105; }
a { background-color: rgb(202,129,5); }
div.DivClassName
{
background-color: #CA8105;
}
.BgClassName
{
background-color: #CA8105;
}
</style>
border-color css
<style>
span { border-color: #CA8105; }
span { border-color: rgb(202,129,5); }
td.TdClassName
{
border-color: #CA8105;
}
.TagClassName
{
border-color: #CA8105;
}
</style>