Shades of Ochre #D38023
Tints of Ochre #D38023
RGB
CMYK
RGB Variations
Color information
#D38023 (or 0xD38023) is known color: Ochre. HEX triplet: D3, 80 and 23. RGB value is (211,128,35). Sum of RGB (Red+Green+Blue) = 211+128+35=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D38023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38023 is #2C7FDC. Grayscale: #8E8E8E. Windows color (decimal): -2916317 or 2326739. OLE color: 2326739.
HSL color Cylindrical-coordinate representation of color #D38023: hue angle of 31.7º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D38023 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 35 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.17 |
| HSL | 31.7º | 0.72% | 0.48% | - |
| HSV(B) | 31.7º | 0.83% | 0.83% | - |
| XYZ | 34.89 | 29.41 | 5.43 | - |
| YUV | 142.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 35 | 0 | 0.39 | 0.83 | 0.17 | 31.7 | 0.72 | 0.48 |
| Hex | D3 | 80 | 23 | 0 | 27 | 53 | 11 | 20 | 48 | 30 |
| Octal | 323 | 200 | 43 | 0 | 47 | 123 | 21 | 40 | 110 | 60 |
| Binary | 11010011 | 10000000 | 100011 | 0 | 100111 | 1010011 | 10001 | 100000 | 1001000 | 110000 |
Color Harmonies of #D38023
Complementary color
Monochromatic Colors of #D38023
Black with #D38023
Text Example
Text Example
White with #D38023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38023; }
p { color: rgb(211,128,35); }
H1.HeaderClassName
{
color: #D38023;
}
.AnyTagClassName
{
color: #D38023;
}
</style>
background-color css
<style>
a { background-color: #D38023; }
a { background-color: rgb(211,128,35); }
div.DivClassName
{
background-color: #D38023;
}
.BgClassName
{
background-color: #D38023;
}
</style>
border-color css
<style>
span { border-color: #D38023; }
span { border-color: rgb(211,128,35); }
td.TdClassName
{
border-color: #D38023;
}
.TagClassName
{
border-color: #D38023;
}
</style>