Shades of Ochre #CD7A0B
Tints of Ochre #CD7A0B
RGB
CMYK
RGB Variations
Color information
#CD7A0B (or 0xCD7A0B) is known color: Ochre. HEX triplet: CD, 7A and 0B. RGB value is (205,122,11). Sum of RGB (Red+Green+Blue) = 205+122+11=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A0B is #3285F4. Grayscale: #868686. Windows color (decimal): -3311093 or 752333. OLE color: 752333.
HSL color Cylindrical-coordinate representation of color #CD7A0B: hue angle of 34.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD7A0B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.20 |
| HSL | 34.33º | 0.9% | 0.42% | - |
| HSV(B) | 34.33º | 0.95% | 0.8% | - |
| XYZ | 32.2 | 26.92 | 3.82 | - |
| YUV | 134.16 | 58.5 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 11 | 0 | 0.40 | 0.95 | 0.20 | 34.33 | 0.9 | 0.42 |
| Hex | CD | 7A | B | 0 | 28 | 5F | 14 | 22 | 5A | 2A |
| Octal | 315 | 172 | 13 | 0 | 50 | 137 | 24 | 42 | 132 | 52 |
| Binary | 11001101 | 1111010 | 1011 | 0 | 101000 | 1011111 | 10100 | 100010 | 1011010 | 101010 |
Color Harmonies of #CD7A0B
Complementary color
Monochromatic Colors of #CD7A0B
Black with #CD7A0B
Text Example
Text Example
White with #CD7A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A0B; }
p { color: rgb(205,122,11); }
H1.HeaderClassName
{
color: #CD7A0B;
}
.AnyTagClassName
{
color: #CD7A0B;
}
</style>
background-color css
<style>
a { background-color: #CD7A0B; }
a { background-color: rgb(205,122,11); }
div.DivClassName
{
background-color: #CD7A0B;
}
.BgClassName
{
background-color: #CD7A0B;
}
</style>
border-color css
<style>
span { border-color: #CD7A0B; }
span { border-color: rgb(205,122,11); }
td.TdClassName
{
border-color: #CD7A0B;
}
.TagClassName
{
border-color: #CD7A0B;
}
</style>