Shades of Ochre #CD721A
Tints of Ochre #CD721A
RGB
CMYK
RGB Variations
Color information
#CD721A (or 0xCD721A) is known color: Ochre. HEX triplet: CD, 72 and 1A. RGB value is (205,114,26). Sum of RGB (Red+Green+Blue) = 205+114+26=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD721A is #328DE5. Grayscale: #838383. Windows color (decimal): -3313126 or 1733325. OLE color: 1733325.
HSL color Cylindrical-coordinate representation of color #CD721A: hue angle of 29.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD721A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 114 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.20 |
| HSL | 29.5º | 0.77% | 0.45% | - |
| HSV(B) | 29.5º | 0.87% | 0.8% | - |
| XYZ | 31.38 | 25.09 | 4.17 | - |
| YUV | 131.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 114 | 26 | 0 | 0.44 | 0.87 | 0.20 | 29.5 | 0.77 | 0.45 |
| Hex | CD | 72 | 1A | 0 | 2C | 57 | 14 | 1D | 4D | 2D |
| Octal | 315 | 162 | 32 | 0 | 54 | 127 | 24 | 35 | 115 | 55 |
| Binary | 11001101 | 1110010 | 11010 | 0 | 101100 | 1010111 | 10100 | 11101 | 1001101 | 101101 |
Color Harmonies of #CD721A
Complementary color
Monochromatic Colors of #CD721A
Black with #CD721A
Text Example
Text Example
White with #CD721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD721A; }
p { color: rgb(205,114,26); }
H1.HeaderClassName
{
color: #CD721A;
}
.AnyTagClassName
{
color: #CD721A;
}
</style>
background-color css
<style>
a { background-color: #CD721A; }
a { background-color: rgb(205,114,26); }
div.DivClassName
{
background-color: #CD721A;
}
.BgClassName
{
background-color: #CD721A;
}
</style>
border-color css
<style>
span { border-color: #CD721A; }
span { border-color: rgb(205,114,26); }
td.TdClassName
{
border-color: #CD721A;
}
.TagClassName
{
border-color: #CD721A;
}
</style>