Shades of Ochre #CD7B16
Tints of Ochre #CD7B16
RGB
CMYK
RGB Variations
Color information
#CD7B16 (or 0xCD7B16) is known color: Ochre. HEX triplet: CD, 7B and 16. RGB value is (205,123,22). Sum of RGB (Red+Green+Blue) = 205+123+22=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B16 is #3284E9. Grayscale: #888888. Windows color (decimal): -3310826 or 1473485. OLE color: 1473485.
HSL color Cylindrical-coordinate representation of color #CD7B16: hue angle of 33.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD7B16 is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 22 | - |
| CMYK | 0 | 0.4 | 0.89 | 0.20 |
| HSL | 33.11º | 0.81% | 0.45% | - |
| HSV(B) | 33.11º | 0.89% | 0.8% | - |
| XYZ | 32.4 | 27.2 | 4.3 | - |
| YUV | 136 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 22 | 0 | 0.4 | 0.89 | 0.20 | 33.11 | 0.81 | 0.45 |
| Hex | CD | 7B | 16 | 0 | 28 | 59 | 14 | 21 | 51 | 2D |
| Octal | 315 | 173 | 26 | 0 | 50 | 131 | 24 | 41 | 121 | 55 |
| Binary | 11001101 | 1111011 | 10110 | 0 | 101000 | 1011001 | 10100 | 100001 | 1010001 | 101101 |
Color Harmonies of #CD7B16
Complementary color
Monochromatic Colors of #CD7B16
Black with #CD7B16
Text Example
Text Example
White with #CD7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B16; }
p { color: rgb(205,123,22); }
H1.HeaderClassName
{
color: #CD7B16;
}
.AnyTagClassName
{
color: #CD7B16;
}
</style>
background-color css
<style>
a { background-color: #CD7B16; }
a { background-color: rgb(205,123,22); }
div.DivClassName
{
background-color: #CD7B16;
}
.BgClassName
{
background-color: #CD7B16;
}
</style>
border-color css
<style>
span { border-color: #CD7B16; }
span { border-color: rgb(205,123,22); }
td.TdClassName
{
border-color: #CD7B16;
}
.TagClassName
{
border-color: #CD7B16;
}
</style>