Shades of Ochre #CD7B1D
Tints of Ochre #CD7B1D
RGB
CMYK
RGB Variations
Color information
#CD7B1D (or 0xCD7B1D) is known color: Ochre. HEX triplet: CD, 7B and 1D. RGB value is (205,123,29). Sum of RGB (Red+Green+Blue) = 205+123+29=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B1D is #3284E2. Grayscale: #898989. Windows color (decimal): -3310819 or 1932237. OLE color: 1932237.
HSL color Cylindrical-coordinate representation of color #CD7B1D: hue angle of 32.05º degrees, saturation: 0.75, 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 #CD7B1D is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 29 | - |
| CMYK | 0 | 0.4 | 0.86 | 0.20 |
| HSL | 32.05º | 0.75% | 0.46% | - |
| HSV(B) | 32.05º | 0.86% | 0.8% | - |
| XYZ | 32.48 | 27.23 | 4.71 | - |
| YUV | 136.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 29 | 0 | 0.4 | 0.86 | 0.20 | 32.05 | 0.75 | 0.46 |
| Hex | CD | 7B | 1D | 0 | 28 | 56 | 14 | 20 | 4B | 2E |
| Octal | 315 | 173 | 35 | 0 | 50 | 126 | 24 | 40 | 113 | 56 |
| Binary | 11001101 | 1111011 | 11101 | 0 | 101000 | 1010110 | 10100 | 100000 | 1001011 | 101110 |
Color Harmonies of #CD7B1D
Complementary color
Monochromatic Colors of #CD7B1D
Black with #CD7B1D
Text Example
Text Example
White with #CD7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B1D; }
p { color: rgb(205,123,29); }
H1.HeaderClassName
{
color: #CD7B1D;
}
.AnyTagClassName
{
color: #CD7B1D;
}
</style>
background-color css
<style>
a { background-color: #CD7B1D; }
a { background-color: rgb(205,123,29); }
div.DivClassName
{
background-color: #CD7B1D;
}
.BgClassName
{
background-color: #CD7B1D;
}
</style>
border-color css
<style>
span { border-color: #CD7B1D; }
span { border-color: rgb(205,123,29); }
td.TdClassName
{
border-color: #CD7B1D;
}
.TagClassName
{
border-color: #CD7B1D;
}
</style>