Shades of Dark Goldenrod #CA8C0F
Tints of Dark Goldenrod #CA8C0F
RGB
CMYK
RGB Variations
Color information
#CA8C0F (or 0xCA8C0F) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 0F. RGB value is (202,140,15). Sum of RGB (Red+Green+Blue) = 202+140+15=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C0F is #3573F0. Grayscale: #909090. Windows color (decimal): -3503089 or 1019082. OLE color: 1019082.
HSL color Cylindrical-coordinate representation of color #CA8C0F: hue angle of 40.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA8C0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.21 |
| HSL | 40.11º | 0.86% | 0.43% | - |
| HSV(B) | 40.11º | 0.93% | 0.79% | - |
| XYZ | 33.82 | 31.35 | 4.72 | - |
| YUV | 144.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 15 | 0 | 0.31 | 0.93 | 0.21 | 40.11 | 0.86 | 0.43 |
| Hex | CA | 8C | F | 0 | 1F | 5D | 15 | 28 | 56 | 2B |
| Octal | 312 | 214 | 17 | 0 | 37 | 135 | 25 | 50 | 126 | 53 |
| Binary | 11001010 | 10001100 | 1111 | 0 | 11111 | 1011101 | 10101 | 101000 | 1010110 | 101011 |
Color Harmonies of #CA8C0F
Complementary color
Monochromatic Colors of #CA8C0F
Black with #CA8C0F
Text Example
Text Example
White with #CA8C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C0F; }
p { color: rgb(202,140,15); }
H1.HeaderClassName
{
color: #CA8C0F;
}
.AnyTagClassName
{
color: #CA8C0F;
}
</style>
background-color css
<style>
a { background-color: #CA8C0F; }
a { background-color: rgb(202,140,15); }
div.DivClassName
{
background-color: #CA8C0F;
}
.BgClassName
{
background-color: #CA8C0F;
}
</style>
border-color css
<style>
span { border-color: #CA8C0F; }
span { border-color: rgb(202,140,15); }
td.TdClassName
{
border-color: #CA8C0F;
}
.TagClassName
{
border-color: #CA8C0F;
}
</style>