Shades of Ochre #CD7A17
Tints of Ochre #CD7A17
RGB
CMYK
RGB Variations
Color information
#CD7A17 (or 0xCD7A17) is known color: Ochre. HEX triplet: CD, 7A and 17. RGB value is (205,122,23). Sum of RGB (Red+Green+Blue) = 205+122+23=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A17 is #3285E8. Grayscale: #888888. Windows color (decimal): -3311081 or 1538765. OLE color: 1538765.
HSL color Cylindrical-coordinate representation of color #CD7A17: hue angle of 32.64º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD7A17 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 23 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.20 |
| HSL | 32.64º | 0.8% | 0.45% | - |
| HSV(B) | 32.64º | 0.89% | 0.8% | - |
| XYZ | 32.29 | 26.96 | 4.31 | - |
| YUV | 135.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 23 | 0 | 0.40 | 0.89 | 0.20 | 32.64 | 0.8 | 0.45 |
| Hex | CD | 7A | 17 | 0 | 28 | 59 | 14 | 21 | 50 | 2D |
| Octal | 315 | 172 | 27 | 0 | 50 | 131 | 24 | 41 | 120 | 55 |
| Binary | 11001101 | 1111010 | 10111 | 0 | 101000 | 1011001 | 10100 | 100001 | 1010000 | 101101 |
Color Harmonies of #CD7A17
Complementary color
Monochromatic Colors of #CD7A17
Black with #CD7A17
Text Example
Text Example
White with #CD7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A17; }
p { color: rgb(205,122,23); }
H1.HeaderClassName
{
color: #CD7A17;
}
.AnyTagClassName
{
color: #CD7A17;
}
</style>
background-color css
<style>
a { background-color: #CD7A17; }
a { background-color: rgb(205,122,23); }
div.DivClassName
{
background-color: #CD7A17;
}
.BgClassName
{
background-color: #CD7A17;
}
</style>
border-color css
<style>
span { border-color: #CD7A17; }
span { border-color: rgb(205,122,23); }
td.TdClassName
{
border-color: #CD7A17;
}
.TagClassName
{
border-color: #CD7A17;
}
</style>