#D3830C

Color #D3830C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D3830C

Tints of Ochre #D3830C

Color information

#D3830C (or 0xD3830C) is unknown color: approx Ochre. HEX triplet: D3, 83 and 0C. RGB value is (211,131,12). Sum of RGB (Red+Green+Blue) = 211+131+12=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3830C is #2C7CF3. Grayscale: #8D8D8D. Windows color (decimal): -2915572 or 820179. OLE color: 820179.

HSL color Cylindrical-coordinate representation of color #D3830C: hue angle of 35.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3830C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB21113112-
CMYK00.380.940.17
HSL35.88º89.24%43.73%-
HSV(B)35.88º94.31%82.75%-
XYZ35.0530.114.31-
YUV141.3555177.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 59.60%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 12 (5.08% from 255) = 3.39%
R=59.60%
G=37.01%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111311200.380.940.1735.8889.2443.73
HexD383C0265E1124592c
Octal32320314046136214413154
Binary1101001110000011110001001101011110100011001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3830C; }

 p { color: rgb(211,131,12); }

 H1.HeaderClassName
 {
   color: #D3830C;
 }
 .AnyTagClassName
 {
   color: #D3830C;
 }
</style>
background-color css

<style>
 a { background-color: #D3830C; }

 a { background-color: rgb(211,131,12); }

 div.DivClassName
 {
   background-color: #D3830C;
 }
 .BgClassName
 {
   background-color: #D3830C;
 }
</style>
border-color css

<style>
 span { border-color: #D3830C; }

 span { border-color: rgb(211,131,12); }

 td.TdClassName
 {
   border-color: #D3830C;
 }
 .TagClassName
 {
   border-color: #D3830C;
 }
</style>