Shades of Ochre #D7830D
Tints of Ochre #D7830D
RGB
CMYK
RGB Variations
Color information
#D7830D (or 0xD7830D) is known color: Ochre. HEX triplet: D7, 83 and 0D. RGB value is (215,131,13). Sum of RGB (Red+Green+Blue) = 215+131+13=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7830D is #287CF2. Grayscale: #8F8F8F. Windows color (decimal): -2653427 or 885719. OLE color: 885719.
HSL color Cylindrical-coordinate representation of color #D7830D: hue angle of 35.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7830D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.16 |
| HSL | 35.05º | 0.89% | 0.45% | - |
| HSV(B) | 35.05º | 0.94% | 0.84% | - |
| XYZ | 36.21 | 30.71 | 4.4 | - |
| YUV | 142.66 | 54.83 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 13 | 0 | 0.39 | 0.94 | 0.16 | 35.05 | 0.89 | 0.45 |
| Hex | D7 | 83 | D | 0 | 27 | 5E | 10 | 23 | 59 | 2D |
| Octal | 327 | 203 | 15 | 0 | 47 | 136 | 20 | 43 | 131 | 55 |
| Binary | 11010111 | 10000011 | 1101 | 0 | 100111 | 1011110 | 10000 | 100011 | 1011001 | 101101 |
Color Harmonies of #D7830D
Complementary color
Monochromatic Colors of #D7830D
Black with #D7830D
Text Example
Text Example
White with #D7830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7830D; }
p { color: rgb(215,131,13); }
H1.HeaderClassName
{
color: #D7830D;
}
.AnyTagClassName
{
color: #D7830D;
}
</style>
background-color css
<style>
a { background-color: #D7830D; }
a { background-color: rgb(215,131,13); }
div.DivClassName
{
background-color: #D7830D;
}
.BgClassName
{
background-color: #D7830D;
}
</style>
border-color css
<style>
span { border-color: #D7830D; }
span { border-color: rgb(215,131,13); }
td.TdClassName
{
border-color: #D7830D;
}
.TagClassName
{
border-color: #D7830D;
}
</style>