Shades of Ochre #CD7F0D
Tints of Ochre #CD7F0D
RGB
CMYK
RGB Variations
Color information
#CD7F0D (or 0xCD7F0D) is known color: Ochre. HEX triplet: CD, 7F and 0D. RGB value is (205,127,13). Sum of RGB (Red+Green+Blue) = 205+127+13=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7F0D is #3280F2. Grayscale: #898989. Windows color (decimal): -3309811 or 884685. OLE color: 884685.
HSL color Cylindrical-coordinate representation of color #CD7F0D: hue angle of 35.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD7F0D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 127 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.20 |
| HSL | 35.63º | 0.88% | 0.43% | - |
| HSV(B) | 35.63º | 0.94% | 0.8% | - |
| XYZ | 32.84 | 28.19 | 4.09 | - |
| YUV | 137.33 | 57.84 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 127 | 13 | 0 | 0.38 | 0.94 | 0.20 | 35.63 | 0.88 | 0.43 |
| Hex | CD | 7F | D | 0 | 26 | 5E | 14 | 24 | 58 | 2B |
| Octal | 315 | 177 | 15 | 0 | 46 | 136 | 24 | 44 | 130 | 53 |
| Binary | 11001101 | 1111111 | 1101 | 0 | 100110 | 1011110 | 10100 | 100100 | 1011000 | 101011 |
Color Harmonies of #CD7F0D
Complementary color
Monochromatic Colors of #CD7F0D
Black with #CD7F0D
Text Example
Text Example
White with #CD7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7F0D; }
p { color: rgb(205,127,13); }
H1.HeaderClassName
{
color: #CD7F0D;
}
.AnyTagClassName
{
color: #CD7F0D;
}
</style>
background-color css
<style>
a { background-color: #CD7F0D; }
a { background-color: rgb(205,127,13); }
div.DivClassName
{
background-color: #CD7F0D;
}
.BgClassName
{
background-color: #CD7F0D;
}
</style>
border-color css
<style>
span { border-color: #CD7F0D; }
span { border-color: rgb(205,127,13); }
td.TdClassName
{
border-color: #CD7F0D;
}
.TagClassName
{
border-color: #CD7F0D;
}
</style>