Shades of Ochre #CD7A09
Tints of Ochre #CD7A09
RGB
CMYK
RGB Variations
Color information
#CD7A09 (or 0xCD7A09) is known color: Ochre. HEX triplet: CD, 7A and 09. RGB value is (205,122,9). Sum of RGB (Red+Green+Blue) = 205+122+9=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A09 is #3285F6. Grayscale: #868686. Windows color (decimal): -3311095 or 621261. OLE color: 621261.
HSL color Cylindrical-coordinate representation of color #CD7A09: hue angle of 34.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD7A09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.20 |
| HSL | 34.59º | 0.92% | 0.42% | - |
| HSV(B) | 34.59º | 0.96% | 0.8% | - |
| XYZ | 32.19 | 26.92 | 3.76 | - |
| YUV | 133.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 9 | 0 | 0.40 | 0.96 | 0.20 | 34.59 | 0.92 | 0.42 |
| Hex | CD | 7A | 9 | 0 | 28 | 60 | 14 | 23 | 5C | 2A |
| Octal | 315 | 172 | 11 | 0 | 50 | 140 | 24 | 43 | 134 | 52 |
| Binary | 11001101 | 1111010 | 1001 | 0 | 101000 | 1100000 | 10100 | 100011 | 1011100 | 101010 |
Color Harmonies of #CD7A09
Complementary color
Monochromatic Colors of #CD7A09
Black with #CD7A09
Text Example
Text Example
White with #CD7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A09; }
p { color: rgb(205,122,9); }
H1.HeaderClassName
{
color: #CD7A09;
}
.AnyTagClassName
{
color: #CD7A09;
}
</style>
background-color css
<style>
a { background-color: #CD7A09; }
a { background-color: rgb(205,122,9); }
div.DivClassName
{
background-color: #CD7A09;
}
.BgClassName
{
background-color: #CD7A09;
}
</style>
border-color css
<style>
span { border-color: #CD7A09; }
span { border-color: rgb(205,122,9); }
td.TdClassName
{
border-color: #CD7A09;
}
.TagClassName
{
border-color: #CD7A09;
}
</style>