#D78224

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

Shades of Ochre #D78224

Tints of Ochre #D78224

Color information

#D78224 (or 0xD78224) is unknown color: approx Ochre. HEX triplet: D7, 82 and 24. RGB value is (215,130,36). Sum of RGB (Red+Green+Blue) = 215+130+36=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D78224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78224 is #287DDB. Grayscale: #919191. Windows color (decimal): -2653660 or 2392791. OLE color: 2392791.

HSL color Cylindrical-coordinate representation of color #D78224: hue angle of 31.51º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D78224 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21513036-
CMYK00.400.830.16
HSL31.51º71.31%49.22%-
HSV(B)31.51º83.26%84.31%-
XYZ36.3330.545.65-
YUV144.766.66178.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.43%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 36 (14.45% from 255) = 9.45%
R=56.43%
G=34.12%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151303600.400.830.1631.5171.3149.22
HexD782240285310204731
Octal32720244050123204010761
Binary110101111000001010010001010001010011100001000001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78224; }

 p { color: rgb(215,130,36); }

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

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

 a { background-color: rgb(215,130,36); }

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

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

 span { border-color: rgb(215,130,36); }

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