Shades of Ochre #CD841E
Tints of Ochre #CD841E
RGB
CMYK
RGB Variations
Color information
#CD841E (or 0xCD841E) is known color: Ochre. HEX triplet: CD, 84 and 1E. RGB value is (205,132,30). Sum of RGB (Red+Green+Blue) = 205+132+30=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD841E is #327BE1. Grayscale: #8E8E8E. Windows color (decimal): -3308514 or 2000077. OLE color: 2000077.
HSL color Cylindrical-coordinate representation of color #CD841E: hue angle of 34.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD841E is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 30 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.20 |
| HSL | 34.97º | 0.74% | 0.46% | - |
| HSV(B) | 34.97º | 0.85% | 0.8% | - |
| XYZ | 33.66 | 29.58 | 5.16 | - |
| YUV | 142.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 30 | 0 | 0.36 | 0.85 | 0.20 | 34.97 | 0.74 | 0.46 |
| Hex | CD | 84 | 1E | 0 | 24 | 55 | 14 | 23 | 4A | 2E |
| Octal | 315 | 204 | 36 | 0 | 44 | 125 | 24 | 43 | 112 | 56 |
| Binary | 11001101 | 10000100 | 11110 | 0 | 100100 | 1010101 | 10100 | 100011 | 1001010 | 101110 |
Color Harmonies of #CD841E
Complementary color
Monochromatic Colors of #CD841E
Black with #CD841E
Text Example
Text Example
White with #CD841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD841E; }
p { color: rgb(205,132,30); }
H1.HeaderClassName
{
color: #CD841E;
}
.AnyTagClassName
{
color: #CD841E;
}
</style>
background-color css
<style>
a { background-color: #CD841E; }
a { background-color: rgb(205,132,30); }
div.DivClassName
{
background-color: #CD841E;
}
.BgClassName
{
background-color: #CD841E;
}
</style>
border-color css
<style>
span { border-color: #CD841E; }
span { border-color: rgb(205,132,30); }
td.TdClassName
{
border-color: #CD841E;
}
.TagClassName
{
border-color: #CD841E;
}
</style>