#D78616

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

Shades of Ochre #D78616

Tints of Ochre #D78616

Color information

#D78616 (or 0xD78616) is unknown color: approx Ochre. HEX triplet: D7, 86 and 16. RGB value is (215,134,22). Sum of RGB (Red+Green+Blue) = 215+134+22=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D78616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78616 is #2879E9. Grayscale: #919191. Windows color (decimal): -2652650 or 1476311. OLE color: 1476311.

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

Color convert

RGB21513422-
CMYK00.380.900.16
HSL34.82º81.43%46.47%-
HSV(B)34.82º89.77%84.31%-
XYZ36.6931.564.92-
YUV145.4558.34177.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.95%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 22 (8.98% from 255) = 5.93%
R=57.95%
G=36.12%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151342200.380.900.1634.8281.4346.47
HexD786160265A1023512e
Octal32720626046132204312156
Binary11010111100001101011001001101011010100001000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78616; }

 p { color: rgb(215,134,22); }

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

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

 a { background-color: rgb(215,134,22); }

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

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

 span { border-color: rgb(215,134,22); }

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