Shades of Ochre #CD8011
Tints of Ochre #CD8011
RGB
CMYK
RGB Variations
Color information
#CD8011 (or 0xCD8011) is known color: Ochre. HEX triplet: CD, 80 and 11. RGB value is (205,128,17). Sum of RGB (Red+Green+Blue) = 205+128+17=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8011 is #327FEE. Grayscale: #8A8A8A. Windows color (decimal): -3309551 or 1147085. OLE color: 1147085.
HSL color Cylindrical-coordinate representation of color #CD8011: hue angle of 35.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD8011 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.20 |
| HSL | 35.43º | 0.85% | 0.44% | - |
| HSV(B) | 35.43º | 0.92% | 0.8% | - |
| XYZ | 33 | 28.46 | 4.28 | - |
| YUV | 138.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 17 | 0 | 0.38 | 0.92 | 0.20 | 35.43 | 0.85 | 0.44 |
| Hex | CD | 80 | 11 | 0 | 26 | 5C | 14 | 23 | 55 | 2C |
| Octal | 315 | 200 | 21 | 0 | 46 | 134 | 24 | 43 | 125 | 54 |
| Binary | 11001101 | 10000000 | 10001 | 0 | 100110 | 1011100 | 10100 | 100011 | 1010101 | 101100 |
Color Harmonies of #CD8011
Complementary color
Monochromatic Colors of #CD8011
Black with #CD8011
Text Example
Text Example
White with #CD8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8011; }
p { color: rgb(205,128,17); }
H1.HeaderClassName
{
color: #CD8011;
}
.AnyTagClassName
{
color: #CD8011;
}
</style>
background-color css
<style>
a { background-color: #CD8011; }
a { background-color: rgb(205,128,17); }
div.DivClassName
{
background-color: #CD8011;
}
.BgClassName
{
background-color: #CD8011;
}
</style>
border-color css
<style>
span { border-color: #CD8011; }
span { border-color: rgb(205,128,17); }
td.TdClassName
{
border-color: #CD8011;
}
.TagClassName
{
border-color: #CD8011;
}
</style>