Shades of Dark Goldenrod #CA8F06
Tints of Dark Goldenrod #CA8F06
RGB
CMYK
RGB Variations
Color information
#CA8F06 (or 0xCA8F06) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 06. RGB value is (202,143,6). Sum of RGB (Red+Green+Blue) = 202+143+6=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F06 is #3570F9. Grayscale: #919191. Windows color (decimal): -3502330 or 430026. OLE color: 430026.
HSL color Cylindrical-coordinate representation of color #CA8F06: hue angle of 41.94º 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 #CA8F06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.21 |
| HSL | 41.94º | 0.94% | 0.41% | - |
| HSV(B) | 41.94º | 0.97% | 0.79% | - |
| XYZ | 34.21 | 32.21 | 4.59 | - |
| YUV | 145.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 6 | 0 | 0.29 | 0.97 | 0.21 | 41.94 | 0.94 | 0.41 |
| Hex | CA | 8F | 6 | 0 | 1D | 61 | 15 | 2A | 5E | 29 |
| Octal | 312 | 217 | 6 | 0 | 35 | 141 | 25 | 52 | 136 | 51 |
| Binary | 11001010 | 10001111 | 110 | 0 | 11101 | 1100001 | 10101 | 101010 | 1011110 | 101001 |
Color Harmonies of #CA8F06
Complementary color
Monochromatic Colors of #CA8F06
Black with #CA8F06
Text Example
Text Example
White with #CA8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F06; }
p { color: rgb(202,143,6); }
H1.HeaderClassName
{
color: #CA8F06;
}
.AnyTagClassName
{
color: #CA8F06;
}
</style>
background-color css
<style>
a { background-color: #CA8F06; }
a { background-color: rgb(202,143,6); }
div.DivClassName
{
background-color: #CA8F06;
}
.BgClassName
{
background-color: #CA8F06;
}
</style>
border-color css
<style>
span { border-color: #CA8F06; }
span { border-color: rgb(202,143,6); }
td.TdClassName
{
border-color: #CA8F06;
}
.TagClassName
{
border-color: #CA8F06;
}
</style>