Shades of Ochre #CD770D
Tints of Ochre #CD770D
RGB
CMYK
RGB Variations
Color information
#CD770D (or 0xCD770D) is known color: Ochre. HEX triplet: CD, 77 and 0D. RGB value is (205,119,13). Sum of RGB (Red+Green+Blue) = 205+119+13=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD770D is #3288F2. Grayscale: #858585. Windows color (decimal): -3311859 or 882637. OLE color: 882637.
HSL color Cylindrical-coordinate representation of color #CD770D: hue angle of 33.12º 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 #CD770D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.20 |
| HSL | 33.13º | 0.88% | 0.43% | - |
| HSV(B) | 33.13º | 0.94% | 0.8% | - |
| XYZ | 31.85 | 26.2 | 3.76 | - |
| YUV | 132.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 13 | 0 | 0.42 | 0.94 | 0.20 | 33.13 | 0.88 | 0.43 |
| Hex | CD | 77 | D | 0 | 2A | 5E | 14 | 21 | 58 | 2B |
| Octal | 315 | 167 | 15 | 0 | 52 | 136 | 24 | 41 | 130 | 53 |
| Binary | 11001101 | 1110111 | 1101 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011000 | 101011 |
Color Harmonies of #CD770D
Complementary color
Monochromatic Colors of #CD770D
Black with #CD770D
Text Example
Text Example
White with #CD770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD770D; }
p { color: rgb(205,119,13); }
H1.HeaderClassName
{
color: #CD770D;
}
.AnyTagClassName
{
color: #CD770D;
}
</style>
background-color css
<style>
a { background-color: #CD770D; }
a { background-color: rgb(205,119,13); }
div.DivClassName
{
background-color: #CD770D;
}
.BgClassName
{
background-color: #CD770D;
}
</style>
border-color css
<style>
span { border-color: #CD770D; }
span { border-color: rgb(205,119,13); }
td.TdClassName
{
border-color: #CD770D;
}
.TagClassName
{
border-color: #CD770D;
}
</style>