#d2831f

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

Shades of Ochre #D2831F

Tints of Ochre #D2831F

Color information

#D2831F (or 0xD2831F) is unknown color: approx Ochre. HEX triplet: D2, 83 and 1F. RGB value is (210,131,31). Sum of RGB (Red+Green+Blue) = 210+131+31=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2831F is #2D7CE0. Grayscale: #8F8F8F. Windows color (decimal): -2981089 or 2065362. OLE color: 2065362.

HSL color Cylindrical-coordinate representation of color #D2831F: hue angle of 33.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2831F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB21013131-
CMYK00.380.850.18
HSL33.52º74.27%47.25%-
HSV(B)33.52º85.24%82.35%-
XYZ34.9430.035.25-
YUV143.2264.67175.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.45%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=56.45%
G=35.22%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101313100.380.850.1833.5274.2747.25
HexD2831F0265512224a2f
Octal32220337046125224211257
Binary11010010100000111111101001101010101100101000101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2831f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2831f; }

 p { color: rgb(210,131,31); }

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

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

 a { background-color: rgb(210,131,31); }

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

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

 span { border-color: rgb(210,131,31); }

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