Shades of Dark Goldenrod #CA7D09
Tints of Dark Goldenrod #CA7D09
RGB
CMYK
RGB Variations
Color information
#CA7D09 (or 0xCA7D09) is known color: Dark Goldenrod. HEX triplet: CA, 7D and 09. RGB value is (202,125,9). Sum of RGB (Red+Green+Blue) = 202+125+9=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D09 is #3582F6. Grayscale: #878787. Windows color (decimal): -3506935 or 622026. OLE color: 622026.
HSL color Cylindrical-coordinate representation of color #CA7D09: hue angle of 36.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA7D09 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.21 |
| HSL | 36.06º | 0.91% | 0.41% | - |
| HSV(B) | 36.06º | 0.96% | 0.79% | - |
| XYZ | 31.74 | 27.24 | 3.84 | - |
| YUV | 134.8 | 57.01 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 9 | 0 | 0.38 | 0.96 | 0.21 | 36.06 | 0.91 | 0.41 |
| Hex | CA | 7D | 9 | 0 | 26 | 60 | 15 | 24 | 5B | 29 |
| Octal | 312 | 175 | 11 | 0 | 46 | 140 | 25 | 44 | 133 | 51 |
| Binary | 11001010 | 1111101 | 1001 | 0 | 100110 | 1100000 | 10101 | 100100 | 1011011 | 101001 |
Color Harmonies of #CA7D09
Complementary color
Monochromatic Colors of #CA7D09
Black with #CA7D09
Text Example
Text Example
White with #CA7D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D09; }
p { color: rgb(202,125,9); }
H1.HeaderClassName
{
color: #CA7D09;
}
.AnyTagClassName
{
color: #CA7D09;
}
</style>
background-color css
<style>
a { background-color: #CA7D09; }
a { background-color: rgb(202,125,9); }
div.DivClassName
{
background-color: #CA7D09;
}
.BgClassName
{
background-color: #CA7D09;
}
</style>
border-color css
<style>
span { border-color: #CA7D09; }
span { border-color: rgb(202,125,9); }
td.TdClassName
{
border-color: #CA7D09;
}
.TagClassName
{
border-color: #CA7D09;
}
</style>