Shades of Ochre #CD811C
Tints of Ochre #CD811C
RGB
CMYK
RGB Variations
Color information
#CD811C (or 0xCD811C) is known color: Ochre. HEX triplet: CD, 81 and 1C. RGB value is (205,129,28). Sum of RGB (Red+Green+Blue) = 205+129+28=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD811C is #327EE3. Grayscale: #8C8C8C. Windows color (decimal): -3309284 or 1868237. OLE color: 1868237.
HSL color Cylindrical-coordinate representation of color #CD811C: hue angle of 34.24º 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 #CD811C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 28 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.20 |
| HSL | 34.24º | 0.76% | 0.46% | - |
| HSV(B) | 34.24º | 0.86% | 0.8% | - |
| XYZ | 33.24 | 28.76 | 4.9 | - |
| YUV | 140.21 | 64.68 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 28 | 0 | 0.37 | 0.86 | 0.20 | 34.24 | 0.76 | 0.46 |
| Hex | CD | 81 | 1C | 0 | 25 | 56 | 14 | 22 | 4C | 2E |
| Octal | 315 | 201 | 34 | 0 | 45 | 126 | 24 | 42 | 114 | 56 |
| Binary | 11001101 | 10000001 | 11100 | 0 | 100101 | 1010110 | 10100 | 100010 | 1001100 | 101110 |
Color Harmonies of #CD811C
Complementary color
Monochromatic Colors of #CD811C
Black with #CD811C
Text Example
Text Example
White with #CD811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD811C; }
p { color: rgb(205,129,28); }
H1.HeaderClassName
{
color: #CD811C;
}
.AnyTagClassName
{
color: #CD811C;
}
</style>
background-color css
<style>
a { background-color: #CD811C; }
a { background-color: rgb(205,129,28); }
div.DivClassName
{
background-color: #CD811C;
}
.BgClassName
{
background-color: #CD811C;
}
</style>
border-color css
<style>
span { border-color: #CD811C; }
span { border-color: rgb(205,129,28); }
td.TdClassName
{
border-color: #CD811C;
}
.TagClassName
{
border-color: #CD811C;
}
</style>