Shades of Dark Goldenrod #CA7F09
Tints of Dark Goldenrod #CA7F09
RGB
CMYK
RGB Variations
Color information
#CA7F09 (or 0xCA7F09) is known color: Dark Goldenrod. HEX triplet: CA, 7F and 09. RGB value is (202,127,9). Sum of RGB (Red+Green+Blue) = 202+127+9=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F09 is #3580F6. Grayscale: #888888. Windows color (decimal): -3506423 or 622538. OLE color: 622538.
HSL color Cylindrical-coordinate representation of color #CA7F09: hue angle of 36.68º 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 #CA7F09 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.21 |
| HSL | 36.68º | 0.91% | 0.41% | - |
| HSV(B) | 36.68º | 0.96% | 0.79% | - |
| XYZ | 32 | 27.76 | 3.93 | - |
| YUV | 135.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 9 | 0 | 0.37 | 0.96 | 0.21 | 36.68 | 0.91 | 0.41 |
| Hex | CA | 7F | 9 | 0 | 25 | 60 | 15 | 25 | 5B | 29 |
| Octal | 312 | 177 | 11 | 0 | 45 | 140 | 25 | 45 | 133 | 51 |
| Binary | 11001010 | 1111111 | 1001 | 0 | 100101 | 1100000 | 10101 | 100101 | 1011011 | 101001 |
Color Harmonies of #CA7F09
Complementary color
Monochromatic Colors of #CA7F09
Black with #CA7F09
Text Example
Text Example
White with #CA7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F09; }
p { color: rgb(202,127,9); }
H1.HeaderClassName
{
color: #CA7F09;
}
.AnyTagClassName
{
color: #CA7F09;
}
</style>
background-color css
<style>
a { background-color: #CA7F09; }
a { background-color: rgb(202,127,9); }
div.DivClassName
{
background-color: #CA7F09;
}
.BgClassName
{
background-color: #CA7F09;
}
</style>
border-color css
<style>
span { border-color: #CA7F09; }
span { border-color: rgb(202,127,9); }
td.TdClassName
{
border-color: #CA7F09;
}
.TagClassName
{
border-color: #CA7F09;
}
</style>