Shades of Ochre #CD7D17
Tints of Ochre #CD7D17
RGB
CMYK
RGB Variations
Color information
#CD7D17 (or 0xCD7D17) is known color: Ochre. HEX triplet: CD, 7D and 17. RGB value is (205,125,23). Sum of RGB (Red+Green+Blue) = 205+125+23=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D17 is #3282E8. Grayscale: #898989. Windows color (decimal): -3310313 or 1539533. OLE color: 1539533.
HSL color Cylindrical-coordinate representation of color #CD7D17: hue angle of 33.63º 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 #CD7D17 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.20 |
| HSL | 33.63º | 0.8% | 0.45% | - |
| HSV(B) | 33.63º | 0.89% | 0.8% | - |
| XYZ | 32.67 | 27.71 | 4.44 | - |
| YUV | 137.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 23 | 0 | 0.39 | 0.89 | 0.20 | 33.63 | 0.8 | 0.45 |
| Hex | CD | 7D | 17 | 0 | 27 | 59 | 14 | 22 | 50 | 2D |
| Octal | 315 | 175 | 27 | 0 | 47 | 131 | 24 | 42 | 120 | 55 |
| Binary | 11001101 | 1111101 | 10111 | 0 | 100111 | 1011001 | 10100 | 100010 | 1010000 | 101101 |
Color Harmonies of #CD7D17
Complementary color
Monochromatic Colors of #CD7D17
Black with #CD7D17
Text Example
Text Example
White with #CD7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D17; }
p { color: rgb(205,125,23); }
H1.HeaderClassName
{
color: #CD7D17;
}
.AnyTagClassName
{
color: #CD7D17;
}
</style>
background-color css
<style>
a { background-color: #CD7D17; }
a { background-color: rgb(205,125,23); }
div.DivClassName
{
background-color: #CD7D17;
}
.BgClassName
{
background-color: #CD7D17;
}
</style>
border-color css
<style>
span { border-color: #CD7D17; }
span { border-color: rgb(205,125,23); }
td.TdClassName
{
border-color: #CD7D17;
}
.TagClassName
{
border-color: #CD7D17;
}
</style>