Shades of Dark Goldenrod #CA7F0C
Tints of Dark Goldenrod #CA7F0C
RGB
CMYK
RGB Variations
Color information
#CA7F0C (or 0xCA7F0C) is known color: Dark Goldenrod. HEX triplet: CA, 7F and 0C. RGB value is (202,127,12). Sum of RGB (Red+Green+Blue) = 202+127+12=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F0C is #3580F3. Grayscale: #888888. Windows color (decimal): -3506420 or 819146. OLE color: 819146.
HSL color Cylindrical-coordinate representation of color #CA7F0C: hue angle of 36.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA7F0C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.21 |
| HSL | 36.32º | 0.89% | 0.42% | - |
| HSV(B) | 36.32º | 0.94% | 0.79% | - |
| XYZ | 32.01 | 27.76 | 4.02 | - |
| YUV | 136.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 12 | 0 | 0.37 | 0.94 | 0.21 | 36.32 | 0.89 | 0.42 |
| Hex | CA | 7F | C | 0 | 25 | 5E | 15 | 24 | 59 | 2A |
| Octal | 312 | 177 | 14 | 0 | 45 | 136 | 25 | 44 | 131 | 52 |
| Binary | 11001010 | 1111111 | 1100 | 0 | 100101 | 1011110 | 10101 | 100100 | 1011001 | 101010 |
Color Harmonies of #CA7F0C
Complementary color
Monochromatic Colors of #CA7F0C
Black with #CA7F0C
Text Example
Text Example
White with #CA7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F0C; }
p { color: rgb(202,127,12); }
H1.HeaderClassName
{
color: #CA7F0C;
}
.AnyTagClassName
{
color: #CA7F0C;
}
</style>
background-color css
<style>
a { background-color: #CA7F0C; }
a { background-color: rgb(202,127,12); }
div.DivClassName
{
background-color: #CA7F0C;
}
.BgClassName
{
background-color: #CA7F0C;
}
</style>
border-color css
<style>
span { border-color: #CA7F0C; }
span { border-color: rgb(202,127,12); }
td.TdClassName
{
border-color: #CA7F0C;
}
.TagClassName
{
border-color: #CA7F0C;
}
</style>