Shades of Ochre #CD821D
Tints of Ochre #CD821D
RGB
CMYK
RGB Variations
Color information
#CD821D (or 0xCD821D) is known color: Ochre. HEX triplet: CD, 82 and 1D. RGB value is (205,130,29). Sum of RGB (Red+Green+Blue) = 205+130+29=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD821D is #327DE2. Grayscale: #8D8D8D. Windows color (decimal): -3309027 or 1934029. OLE color: 1934029.
HSL color Cylindrical-coordinate representation of color #CD821D: hue angle of 34.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD821D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 29 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.20 |
| HSL | 34.43º | 0.75% | 0.46% | - |
| HSV(B) | 34.43º | 0.86% | 0.8% | - |
| XYZ | 33.38 | 29.03 | 5.01 | - |
| YUV | 140.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 29 | 0 | 0.37 | 0.86 | 0.20 | 34.43 | 0.75 | 0.46 |
| Hex | CD | 82 | 1D | 0 | 25 | 56 | 14 | 22 | 4B | 2E |
| Octal | 315 | 202 | 35 | 0 | 45 | 126 | 24 | 42 | 113 | 56 |
| Binary | 11001101 | 10000010 | 11101 | 0 | 100101 | 1010110 | 10100 | 100010 | 1001011 | 101110 |
Color Harmonies of #CD821D
Complementary color
Monochromatic Colors of #CD821D
Black with #CD821D
Text Example
Text Example
White with #CD821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD821D; }
p { color: rgb(205,130,29); }
H1.HeaderClassName
{
color: #CD821D;
}
.AnyTagClassName
{
color: #CD821D;
}
</style>
background-color css
<style>
a { background-color: #CD821D; }
a { background-color: rgb(205,130,29); }
div.DivClassName
{
background-color: #CD821D;
}
.BgClassName
{
background-color: #CD821D;
}
</style>
border-color css
<style>
span { border-color: #CD821D; }
span { border-color: rgb(205,130,29); }
td.TdClassName
{
border-color: #CD821D;
}
.TagClassName
{
border-color: #CD821D;
}
</style>