Shades of Ochre #CF881D
Tints of Ochre #CF881D
RGB
CMYK
RGB Variations
Color information
#CF881D (or 0xCF881D) is known color: Ochre. HEX triplet: CF, 88 and 1D. RGB value is (207,136,29). Sum of RGB (Red+Green+Blue) = 207+136+29=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF881D is #3077E2. Grayscale: #919191. Windows color (decimal): -3176419 or 1935567. OLE color: 1935567.
HSL color Cylindrical-coordinate representation of color #CF881D: hue angle of 36.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF881D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 29 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.19 |
| HSL | 36.07º | 0.75% | 0.46% | - |
| HSV(B) | 36.07º | 0.86% | 0.81% | - |
| XYZ | 34.76 | 30.96 | 5.31 | - |
| YUV | 145.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 29 | 0 | 0.34 | 0.86 | 0.19 | 36.07 | 0.75 | 0.46 |
| Hex | CF | 88 | 1D | 0 | 22 | 56 | 13 | 24 | 4B | 2E |
| Octal | 317 | 210 | 35 | 0 | 42 | 126 | 23 | 44 | 113 | 56 |
| Binary | 11001111 | 10001000 | 11101 | 0 | 100010 | 1010110 | 10011 | 100100 | 1001011 | 101110 |
Color Harmonies of #CF881D
Complementary color
Monochromatic Colors of #CF881D
Black with #CF881D
Text Example
Text Example
White with #CF881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF881D; }
p { color: rgb(207,136,29); }
H1.HeaderClassName
{
color: #CF881D;
}
.AnyTagClassName
{
color: #CF881D;
}
</style>
background-color css
<style>
a { background-color: #CF881D; }
a { background-color: rgb(207,136,29); }
div.DivClassName
{
background-color: #CF881D;
}
.BgClassName
{
background-color: #CF881D;
}
</style>
border-color css
<style>
span { border-color: #CF881D; }
span { border-color: rgb(207,136,29); }
td.TdClassName
{
border-color: #CF881D;
}
.TagClassName
{
border-color: #CF881D;
}
</style>