Html Css Color HEX #D78616 Ochre

📋 copy color: '#D78616'

red 215 ◦ green 134 ◦ blue 22

#D78616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D78616

Tints of Ochre #D78616

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 value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D78616 (or 0xD78616) is known color: 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

RGB 215 134 22 -
CMYK 0 0.38 0.90 0.16
HSL 34.82º 0.81% 0.46% -
HSV(B) 34.82º 0.9% 0.84% -
XYZ 36.69 31.56 4.92 -
YUV 145.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 215 134 22 0 0.38 0.90 0.16 34.82 0.81 0.46
Hex D7 86 16 0 26 5A 10 23 51 2E
Octal 327 206 26 0 46 132 20 43 121 56
Binary 11010111 10000110 10110 0 100110 1011010 10000 100011 1010001 101110

Color Harmonies of #D78616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78616

Black with #D78616

Text Example


Text Example

White with #D78616

Text Example


Text Example

HTML Codes & Css Web 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>