Shades of Ochre #CD7B0D
Tints of Ochre #CD7B0D
RGB
CMYK
RGB Variations
Color information
#CD7B0D (or 0xCD7B0D) is known color: Ochre. HEX triplet: CD, 7B and 0D. RGB value is (205,123,13). Sum of RGB (Red+Green+Blue) = 205+123+13=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B0D is #3284F2. Grayscale: #878787. Windows color (decimal): -3310835 or 883661. OLE color: 883661.
HSL color Cylindrical-coordinate representation of color #CD7B0D: hue angle of 34.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD7B0D is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 13 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.20 |
| HSL | 34.38º | 0.88% | 0.43% | - |
| HSV(B) | 34.38º | 0.94% | 0.8% | - |
| XYZ | 32.33 | 27.17 | 3.92 | - |
| YUV | 134.98 | 59.17 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 13 | 0 | 0.4 | 0.94 | 0.20 | 34.38 | 0.88 | 0.43 |
| Hex | CD | 7B | D | 0 | 28 | 5E | 14 | 22 | 58 | 2B |
| Octal | 315 | 173 | 15 | 0 | 50 | 136 | 24 | 42 | 130 | 53 |
| Binary | 11001101 | 1111011 | 1101 | 0 | 101000 | 1011110 | 10100 | 100010 | 1011000 | 101011 |
Color Harmonies of #CD7B0D
Complementary color
Monochromatic Colors of #CD7B0D
Black with #CD7B0D
Text Example
Text Example
White with #CD7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B0D; }
p { color: rgb(205,123,13); }
H1.HeaderClassName
{
color: #CD7B0D;
}
.AnyTagClassName
{
color: #CD7B0D;
}
</style>
background-color css
<style>
a { background-color: #CD7B0D; }
a { background-color: rgb(205,123,13); }
div.DivClassName
{
background-color: #CD7B0D;
}
.BgClassName
{
background-color: #CD7B0D;
}
</style>
border-color css
<style>
span { border-color: #CD7B0D; }
span { border-color: rgb(205,123,13); }
td.TdClassName
{
border-color: #CD7B0D;
}
.TagClassName
{
border-color: #CD7B0D;
}
</style>