Shades of Dark Goldenrod #CA8B05
Tints of Dark Goldenrod #CA8B05
RGB
CMYK
RGB Variations
Color information
#CA8B05 (or 0xCA8B05) is known color: Dark Goldenrod. HEX triplet: CA, 8B and 05. RGB value is (202,139,5). Sum of RGB (Red+Green+Blue) = 202+139+5=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8B05 is #3574FA. Grayscale: #8F8F8F. Windows color (decimal): -3503355 or 363466. OLE color: 363466.
HSL color Cylindrical-coordinate representation of color #CA8B05: hue angle of 40.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 #CA8B05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.21 |
| HSL | 40.81º | 0.95% | 0.41% | - |
| HSV(B) | 40.81º | 0.98% | 0.79% | - |
| XYZ | 33.62 | 31.03 | 4.36 | - |
| YUV | 142.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 5 | 0 | 0.31 | 0.98 | 0.21 | 40.81 | 0.95 | 0.41 |
| Hex | CA | 8B | 5 | 0 | 1F | 62 | 15 | 29 | 5F | 29 |
| Octal | 312 | 213 | 5 | 0 | 37 | 142 | 25 | 51 | 137 | 51 |
| Binary | 11001010 | 10001011 | 101 | 0 | 11111 | 1100010 | 10101 | 101001 | 1011111 | 101001 |
Color Harmonies of #CA8B05
Complementary color
Monochromatic Colors of #CA8B05
Black with #CA8B05
Text Example
Text Example
White with #CA8B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B05; }
p { color: rgb(202,139,5); }
H1.HeaderClassName
{
color: #CA8B05;
}
.AnyTagClassName
{
color: #CA8B05;
}
</style>
background-color css
<style>
a { background-color: #CA8B05; }
a { background-color: rgb(202,139,5); }
div.DivClassName
{
background-color: #CA8B05;
}
.BgClassName
{
background-color: #CA8B05;
}
</style>
border-color css
<style>
span { border-color: #CA8B05; }
span { border-color: rgb(202,139,5); }
td.TdClassName
{
border-color: #CA8B05;
}
.TagClassName
{
border-color: #CA8B05;
}
</style>