Shades of Ochre #CD8115
Tints of Ochre #CD8115
RGB
CMYK
RGB Variations
Color information
#CD8115 (or 0xCD8115) is known color: Ochre. HEX triplet: CD, 81 and 15. RGB value is (205,129,21). Sum of RGB (Red+Green+Blue) = 205+129+21=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8115 is #327EEA. Grayscale: #8B8B8B. Windows color (decimal): -3309291 or 1409485. OLE color: 1409485.
HSL color Cylindrical-coordinate representation of color #CD8115: hue angle of 35.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD8115 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.20 |
| HSL | 35.22º | 0.81% | 0.44% | - |
| HSV(B) | 35.22º | 0.9% | 0.8% | - |
| XYZ | 33.16 | 28.73 | 4.51 | - |
| YUV | 139.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 21 | 0 | 0.37 | 0.90 | 0.20 | 35.22 | 0.81 | 0.44 |
| Hex | CD | 81 | 15 | 0 | 25 | 5A | 14 | 23 | 51 | 2C |
| Octal | 315 | 201 | 25 | 0 | 45 | 132 | 24 | 43 | 121 | 54 |
| Binary | 11001101 | 10000001 | 10101 | 0 | 100101 | 1011010 | 10100 | 100011 | 1010001 | 101100 |
Color Harmonies of #CD8115
Complementary color
Monochromatic Colors of #CD8115
Black with #CD8115
Text Example
Text Example
White with #CD8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8115; }
p { color: rgb(205,129,21); }
H1.HeaderClassName
{
color: #CD8115;
}
.AnyTagClassName
{
color: #CD8115;
}
</style>
background-color css
<style>
a { background-color: #CD8115; }
a { background-color: rgb(205,129,21); }
div.DivClassName
{
background-color: #CD8115;
}
.BgClassName
{
background-color: #CD8115;
}
</style>
border-color css
<style>
span { border-color: #CD8115; }
span { border-color: rgb(205,129,21); }
td.TdClassName
{
border-color: #CD8115;
}
.TagClassName
{
border-color: #CD8115;
}
</style>