Shades of Ochre #CD841C
Tints of Ochre #CD841C
RGB
CMYK
RGB Variations
Color information
#CD841C (or 0xCD841C) is known color: Ochre. HEX triplet: CD, 84 and 1C. RGB value is (205,132,28). Sum of RGB (Red+Green+Blue) = 205+132+28=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD841C is #327BE3. Grayscale: #8E8E8E. Windows color (decimal): -3308516 or 1869005. OLE color: 1869005.
HSL color Cylindrical-coordinate representation of color #CD841C: hue angle of 35.25º degrees, saturation: 0.76, 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 #CD841C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 28 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.20 |
| HSL | 35.25º | 0.76% | 0.46% | - |
| HSV(B) | 35.25º | 0.86% | 0.8% | - |
| XYZ | 33.64 | 29.57 | 5.03 | - |
| YUV | 141.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 28 | 0 | 0.36 | 0.86 | 0.20 | 35.25 | 0.76 | 0.46 |
| Hex | CD | 84 | 1C | 0 | 24 | 56 | 14 | 23 | 4C | 2E |
| Octal | 315 | 204 | 34 | 0 | 44 | 126 | 24 | 43 | 114 | 56 |
| Binary | 11001101 | 10000100 | 11100 | 0 | 100100 | 1010110 | 10100 | 100011 | 1001100 | 101110 |
Color Harmonies of #CD841C
Complementary color
Monochromatic Colors of #CD841C
Black with #CD841C
Text Example
Text Example
White with #CD841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD841C; }
p { color: rgb(205,132,28); }
H1.HeaderClassName
{
color: #CD841C;
}
.AnyTagClassName
{
color: #CD841C;
}
</style>
background-color css
<style>
a { background-color: #CD841C; }
a { background-color: rgb(205,132,28); }
div.DivClassName
{
background-color: #CD841C;
}
.BgClassName
{
background-color: #CD841C;
}
</style>
border-color css
<style>
span { border-color: #CD841C; }
span { border-color: rgb(205,132,28); }
td.TdClassName
{
border-color: #CD841C;
}
.TagClassName
{
border-color: #CD841C;
}
</style>