Shades of Ochre #CD7B11
Tints of Ochre #CD7B11
RGB
CMYK
RGB Variations
Color information
#CD7B11 (or 0xCD7B11) is known color: Ochre. HEX triplet: CD, 7B and 11. RGB value is (205,123,17). Sum of RGB (Red+Green+Blue) = 205+123+17=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B11 is #3284EE. Grayscale: #878787. Windows color (decimal): -3310831 or 1145805. OLE color: 1145805.
HSL color Cylindrical-coordinate representation of color #CD7B11: hue angle of 33.83º 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 #CD7B11 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 17 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.20 |
| HSL | 33.83º | 0.85% | 0.44% | - |
| HSV(B) | 33.83º | 0.92% | 0.8% | - |
| XYZ | 32.36 | 27.19 | 4.07 | - |
| YUV | 135.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 17 | 0 | 0.4 | 0.92 | 0.20 | 33.83 | 0.85 | 0.44 |
| Hex | CD | 7B | 11 | 0 | 28 | 5C | 14 | 22 | 55 | 2C |
| Octal | 315 | 173 | 21 | 0 | 50 | 134 | 24 | 42 | 125 | 54 |
| Binary | 11001101 | 1111011 | 10001 | 0 | 101000 | 1011100 | 10100 | 100010 | 1010101 | 101100 |
Color Harmonies of #CD7B11
Complementary color
Monochromatic Colors of #CD7B11
Black with #CD7B11
Text Example
Text Example
White with #CD7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B11; }
p { color: rgb(205,123,17); }
H1.HeaderClassName
{
color: #CD7B11;
}
.AnyTagClassName
{
color: #CD7B11;
}
</style>
background-color css
<style>
a { background-color: #CD7B11; }
a { background-color: rgb(205,123,17); }
div.DivClassName
{
background-color: #CD7B11;
}
.BgClassName
{
background-color: #CD7B11;
}
</style>
border-color css
<style>
span { border-color: #CD7B11; }
span { border-color: rgb(205,123,17); }
td.TdClassName
{
border-color: #CD7B11;
}
.TagClassName
{
border-color: #CD7B11;
}
</style>