#d3821c

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

Shades of Ochre #D3821C

Tints of Ochre #D3821C

Color information

#D3821C (or 0xD3821C) is unknown color: approx Ochre. HEX triplet: D3, 82 and 1C. RGB value is (211,130,28). Sum of RGB (Red+Green+Blue) = 211+130+28=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3821C is #2C7DE3. Grayscale: #8F8F8F. Windows color (decimal): -2915812 or 1868499. OLE color: 1868499.

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

Color convert

RGB21113028-
CMYK00.380.870.17
HSL33.44º76.57%46.86%-
HSV(B)33.44º86.73%82.75%-
XYZ35.0629.95.02-
YUV142.5963.34176.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.18%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 28 (11.33% from 255) = 7.59%
R=57.18%
G=35.23%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111302800.380.870.1733.4476.5746.86
HexD3821C0265711214d2f
Octal32320234046127214111557
Binary11010011100000101110001001101010111100011000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3821c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3821c; }

 p { color: rgb(211,130,28); }

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

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

 a { background-color: rgb(211,130,28); }

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

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

 span { border-color: rgb(211,130,28); }

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