Shades of Dark Goldenrod #CA8F07
Tints of Dark Goldenrod #CA8F07
RGB
CMYK
RGB Variations
Color information
#CA8F07 (or 0xCA8F07) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 07. RGB value is (202,143,7). Sum of RGB (Red+Green+Blue) = 202+143+7=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F07 is #3570F8. Grayscale: #919191. Windows color (decimal): -3502329 or 495562. OLE color: 495562.
HSL color Cylindrical-coordinate representation of color #CA8F07: hue angle of 41.85º degrees, saturation: 0.93, 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 #CA8F07 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.21 |
| HSL | 41.85º | 0.93% | 0.41% | - |
| HSV(B) | 41.85º | 0.97% | 0.79% | - |
| XYZ | 34.22 | 32.22 | 4.62 | - |
| YUV | 145.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 7 | 0 | 0.29 | 0.97 | 0.21 | 41.85 | 0.93 | 0.41 |
| Hex | CA | 8F | 7 | 0 | 1D | 61 | 15 | 2A | 5D | 29 |
| Octal | 312 | 217 | 7 | 0 | 35 | 141 | 25 | 52 | 135 | 51 |
| Binary | 11001010 | 10001111 | 111 | 0 | 11101 | 1100001 | 10101 | 101010 | 1011101 | 101001 |
Color Harmonies of #CA8F07
Complementary color
Monochromatic Colors of #CA8F07
Black with #CA8F07
Text Example
Text Example
White with #CA8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F07; }
p { color: rgb(202,143,7); }
H1.HeaderClassName
{
color: #CA8F07;
}
.AnyTagClassName
{
color: #CA8F07;
}
</style>
background-color css
<style>
a { background-color: #CA8F07; }
a { background-color: rgb(202,143,7); }
div.DivClassName
{
background-color: #CA8F07;
}
.BgClassName
{
background-color: #CA8F07;
}
</style>
border-color css
<style>
span { border-color: #CA8F07; }
span { border-color: rgb(202,143,7); }
td.TdClassName
{
border-color: #CA8F07;
}
.TagClassName
{
border-color: #CA8F07;
}
</style>