Shades of Dark Goldenrod #CA8F03
Tints of Dark Goldenrod #CA8F03
RGB
CMYK
RGB Variations
Color information
#CA8F03 (or 0xCA8F03) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 03. RGB value is (202,143,3). Sum of RGB (Red+Green+Blue) = 202+143+3=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F03 is #3570FC. Grayscale: #919191. Windows color (decimal): -3502333 or 233418. OLE color: 233418.
HSL color Cylindrical-coordinate representation of color #CA8F03: hue angle of 42.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA8F03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.21 |
| HSL | 42.21º | 0.97% | 0.4% | - |
| HSV(B) | 42.21º | 0.99% | 0.79% | - |
| XYZ | 34.2 | 32.21 | 4.5 | - |
| YUV | 144.68 | 48.05 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 3 | 0 | 0.29 | 0.99 | 0.21 | 42.21 | 0.97 | 0.4 |
| Hex | CA | 8F | 3 | 0 | 1D | 63 | 15 | 2A | 61 | 28 |
| Octal | 312 | 217 | 3 | 0 | 35 | 143 | 25 | 52 | 141 | 50 |
| Binary | 11001010 | 10001111 | 11 | 0 | 11101 | 1100011 | 10101 | 101010 | 1100001 | 101000 |
Color Harmonies of #CA8F03
Complementary color
Monochromatic Colors of #CA8F03
Black with #CA8F03
Text Example
Text Example
White with #CA8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F03; }
p { color: rgb(202,143,3); }
H1.HeaderClassName
{
color: #CA8F03;
}
.AnyTagClassName
{
color: #CA8F03;
}
</style>
background-color css
<style>
a { background-color: #CA8F03; }
a { background-color: rgb(202,143,3); }
div.DivClassName
{
background-color: #CA8F03;
}
.BgClassName
{
background-color: #CA8F03;
}
</style>
border-color css
<style>
span { border-color: #CA8F03; }
span { border-color: rgb(202,143,3); }
td.TdClassName
{
border-color: #CA8F03;
}
.TagClassName
{
border-color: #CA8F03;
}
</style>