Shades of Ochre #CD740A
Tints of Ochre #CD740A
RGB
CMYK
RGB Variations
Color information
#CD740A (or 0xCD740A) is known color: Ochre. HEX triplet: CD, 74 and 0A. RGB value is (205,116,10). Sum of RGB (Red+Green+Blue) = 205+116+10=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD740A is #328BF5. Grayscale: #838383. Windows color (decimal): -3312630 or 685261. OLE color: 685261.
HSL color Cylindrical-coordinate representation of color #CD740A: hue angle of 32.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD740A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.20 |
| HSL | 32.62º | 0.91% | 0.42% | - |
| HSV(B) | 32.62º | 0.95% | 0.8% | - |
| XYZ | 31.48 | 25.49 | 3.55 | - |
| YUV | 130.53 | 59.99 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 10 | 0 | 0.43 | 0.95 | 0.20 | 32.62 | 0.91 | 0.42 |
| Hex | CD | 74 | A | 0 | 2B | 5F | 14 | 21 | 5B | 2A |
| Octal | 315 | 164 | 12 | 0 | 53 | 137 | 24 | 41 | 133 | 52 |
| Binary | 11001101 | 1110100 | 1010 | 0 | 101011 | 1011111 | 10100 | 100001 | 1011011 | 101010 |
Color Harmonies of #CD740A
Complementary color
Monochromatic Colors of #CD740A
Black with #CD740A
Text Example
Text Example
White with #CD740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD740A; }
p { color: rgb(205,116,10); }
H1.HeaderClassName
{
color: #CD740A;
}
.AnyTagClassName
{
color: #CD740A;
}
</style>
background-color css
<style>
a { background-color: #CD740A; }
a { background-color: rgb(205,116,10); }
div.DivClassName
{
background-color: #CD740A;
}
.BgClassName
{
background-color: #CD740A;
}
</style>
border-color css
<style>
span { border-color: #CD740A; }
span { border-color: rgb(205,116,10); }
td.TdClassName
{
border-color: #CD740A;
}
.TagClassName
{
border-color: #CD740A;
}
</style>