Shades of Ochre #CD781E
Tints of Ochre #CD781E
RGB
CMYK
RGB Variations
Color information
#CD781E (or 0xCD781E) is known color: Ochre. HEX triplet: CD, 78 and 1E. RGB value is (205,120,30). Sum of RGB (Red+Green+Blue) = 205+120+30=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD781E is #3287E1. Grayscale: #878787. Windows color (decimal): -3311586 or 1997005. OLE color: 1997005.
HSL color Cylindrical-coordinate representation of color #CD781E: hue angle of 30.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD781E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 120 | 30 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.20 |
| HSL | 30.86º | 0.74% | 0.46% | - |
| HSV(B) | 30.86º | 0.85% | 0.8% | - |
| XYZ | 32.13 | 26.51 | 4.65 | - |
| YUV | 135.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 30 | 0 | 0.41 | 0.85 | 0.20 | 30.86 | 0.74 | 0.46 |
| Hex | CD | 78 | 1E | 0 | 29 | 55 | 14 | 1F | 4A | 2E |
| Octal | 315 | 170 | 36 | 0 | 51 | 125 | 24 | 37 | 112 | 56 |
| Binary | 11001101 | 1111000 | 11110 | 0 | 101001 | 1010101 | 10100 | 11111 | 1001010 | 101110 |
Color Harmonies of #CD781E
Complementary color
Monochromatic Colors of #CD781E
Black with #CD781E
Text Example
Text Example
White with #CD781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD781E; }
p { color: rgb(205,120,30); }
H1.HeaderClassName
{
color: #CD781E;
}
.AnyTagClassName
{
color: #CD781E;
}
</style>
background-color css
<style>
a { background-color: #CD781E; }
a { background-color: rgb(205,120,30); }
div.DivClassName
{
background-color: #CD781E;
}
.BgClassName
{
background-color: #CD781E;
}
</style>
border-color css
<style>
span { border-color: #CD781E; }
span { border-color: rgb(205,120,30); }
td.TdClassName
{
border-color: #CD781E;
}
.TagClassName
{
border-color: #CD781E;
}
</style>