Shades of Dark Goldenrod #CA7F0D
Tints of Dark Goldenrod #CA7F0D
RGB
CMYK
RGB Variations
Color information
#CA7F0D (or 0xCA7F0D) is known color: Dark Goldenrod. HEX triplet: CA, 7F and 0D. RGB value is (202,127,13). Sum of RGB (Red+Green+Blue) = 202+127+13=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F0D is #3580F2. Grayscale: #888888. Windows color (decimal): -3506419 or 884682. OLE color: 884682.
HSL color Cylindrical-coordinate representation of color #CA7F0D: hue angle of 36.19º degrees, saturation: 0.88, 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 #CA7F0D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.21 |
| HSL | 36.19º | 0.88% | 0.42% | - |
| HSV(B) | 36.19º | 0.94% | 0.79% | - |
| XYZ | 32.02 | 27.76 | 4.05 | - |
| YUV | 136.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 13 | 0 | 0.37 | 0.94 | 0.21 | 36.19 | 0.88 | 0.42 |
| Hex | CA | 7F | D | 0 | 25 | 5E | 15 | 24 | 58 | 2A |
| Octal | 312 | 177 | 15 | 0 | 45 | 136 | 25 | 44 | 130 | 52 |
| Binary | 11001010 | 1111111 | 1101 | 0 | 100101 | 1011110 | 10101 | 100100 | 1011000 | 101010 |
Color Harmonies of #CA7F0D
Complementary color
Monochromatic Colors of #CA7F0D
Black with #CA7F0D
Text Example
Text Example
White with #CA7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F0D; }
p { color: rgb(202,127,13); }
H1.HeaderClassName
{
color: #CA7F0D;
}
.AnyTagClassName
{
color: #CA7F0D;
}
</style>
background-color css
<style>
a { background-color: #CA7F0D; }
a { background-color: rgb(202,127,13); }
div.DivClassName
{
background-color: #CA7F0D;
}
.BgClassName
{
background-color: #CA7F0D;
}
</style>
border-color css
<style>
span { border-color: #CA7F0D; }
span { border-color: rgb(202,127,13); }
td.TdClassName
{
border-color: #CA7F0D;
}
.TagClassName
{
border-color: #CA7F0D;
}
</style>