#D78513

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

Shades of Ochre #D78513

Tints of Ochre #D78513

Color information

#D78513 (or 0xD78513) is unknown color: approx Ochre. HEX triplet: D7, 85 and 13. RGB value is (215,133,19). Sum of RGB (Red+Green+Blue) = 215+133+19=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D78513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78513 is #287AEC. Grayscale: #919191. Windows color (decimal): -2652909 or 1279447. OLE color: 1279447.

HSL color Cylindrical-coordinate representation of color #D78513: hue angle of 34.9º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D78513 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB21513319-
CMYK00.380.910.16
HSL34.9º83.76%45.88%-
HSV(B)34.9º91.16%84.31%-
XYZ36.5331.274.73-
YUV144.5257.17178.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.58%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 19 (7.81% from 255) = 5.18%
R=58.58%
G=36.24%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151331900.380.910.1634.983.7645.88
HexD785130265B1023542e
Octal32720523046133204312456
Binary11010111100001011001101001101011011100001000111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78513; }

 p { color: rgb(215,133,19); }

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

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

 a { background-color: rgb(215,133,19); }

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

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

 span { border-color: rgb(215,133,19); }

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