Shades of Dark Goldenrod #CA8F00
Tints of Dark Goldenrod #CA8F00
RGB
CMYK
RGB Variations
Color information
#CA8F00 (or 0xCA8F00) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 00. RGB value is (202,143,0). Sum of RGB (Red+Green+Blue) = 202+143+0=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F00 is #3570FF. Grayscale: #909090. Windows color (decimal): -3502336 or 36810. OLE color: 36810.
HSL color Cylindrical-coordinate representation of color #CA8F00: hue angle of 42.48º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA8F00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.21 |
| HSL | 42.48º | 1% | 0.4% | - |
| HSV(B) | 42.48º | 1% | 0.79% | - |
| XYZ | 34.18 | 32.2 | 4.41 | - |
| YUV | 144.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 0 | 0 | 0.29 | 1 | 0.21 | 42.48 | 1 | 0.4 |
| Hex | CA | 8F | 0 | 0 | 1D | 64 | 15 | 2A | 64 | 28 |
| Octal | 312 | 217 | 0 | 0 | 35 | 144 | 25 | 52 | 144 | 50 |
| Binary | 11001010 | 10001111 | 0 | 0 | 11101 | 1100100 | 10101 | 101010 | 1100100 | 101000 |
Color Harmonies of #CA8F00
Complementary color
Monochromatic Colors of #CA8F00
Black with #CA8F00
Text Example
Text Example
White with #CA8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F00; }
p { color: rgb(202,143,0); }
H1.HeaderClassName
{
color: #CA8F00;
}
.AnyTagClassName
{
color: #CA8F00;
}
</style>
background-color css
<style>
a { background-color: #CA8F00; }
a { background-color: rgb(202,143,0); }
div.DivClassName
{
background-color: #CA8F00;
}
.BgClassName
{
background-color: #CA8F00;
}
</style>
border-color css
<style>
span { border-color: #CA8F00; }
span { border-color: rgb(202,143,0); }
td.TdClassName
{
border-color: #CA8F00;
}
.TagClassName
{
border-color: #CA8F00;
}
</style>