Shades of Ochre #CD7D0F
Tints of Ochre #CD7D0F
RGB
CMYK
RGB Variations
Color information
#CD7D0F (or 0xCD7D0F) is known color: Ochre. HEX triplet: CD, 7D and 0F. RGB value is (205,125,15). Sum of RGB (Red+Green+Blue) = 205+125+15=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D0F is #3282F0. Grayscale: #888888. Windows color (decimal): -3310321 or 1015245. OLE color: 1015245.
HSL color Cylindrical-coordinate representation of color #CD7D0F: hue angle of 34.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD7D0F is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 15 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.20 |
| HSL | 34.74º | 0.86% | 0.43% | - |
| HSV(B) | 34.74º | 0.93% | 0.8% | - |
| XYZ | 32.6 | 27.68 | 4.08 | - |
| YUV | 136.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 15 | 0 | 0.39 | 0.93 | 0.20 | 34.74 | 0.86 | 0.43 |
| Hex | CD | 7D | F | 0 | 27 | 5D | 14 | 23 | 56 | 2B |
| Octal | 315 | 175 | 17 | 0 | 47 | 135 | 24 | 43 | 126 | 53 |
| Binary | 11001101 | 1111101 | 1111 | 0 | 100111 | 1011101 | 10100 | 100011 | 1010110 | 101011 |
Color Harmonies of #CD7D0F
Complementary color
Monochromatic Colors of #CD7D0F
Black with #CD7D0F
Text Example
Text Example
White with #CD7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D0F; }
p { color: rgb(205,125,15); }
H1.HeaderClassName
{
color: #CD7D0F;
}
.AnyTagClassName
{
color: #CD7D0F;
}
</style>
background-color css
<style>
a { background-color: #CD7D0F; }
a { background-color: rgb(205,125,15); }
div.DivClassName
{
background-color: #CD7D0F;
}
.BgClassName
{
background-color: #CD7D0F;
}
</style>
border-color css
<style>
span { border-color: #CD7D0F; }
span { border-color: rgb(205,125,15); }
td.TdClassName
{
border-color: #CD7D0F;
}
.TagClassName
{
border-color: #CD7D0F;
}
</style>