Html Css Color HEX #D78322 Ochre

📋 copy color: '#D78322'

red 215 ◦ green 131 ◦ blue 34

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

Shades of Ochre #D78322

Tints of Ochre #D78322

RGB

 RED value IS 215 (84.38% from 255) = 56.58%

 GREEN value IS 131 (51.56% from 255) = 34.47%

 BLUE value IS 34 (13.67% from 255) = 8.95%

R = 56.58%
G = 34.47%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D78322 (or 0xD78322) is known color: Ochre. HEX triplet: D7, 83 and 22. RGB value is (215,131,34). Sum of RGB (Red+Green+Blue) = 215+131+34=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D78322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78322 is #287CDD. Grayscale: #919191. Windows color (decimal): -2653406 or 2261975. OLE color: 2261975.

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

Color convert

RGB 215 131 34 -
CMYK 0 0.39 0.84 0.16
HSL 32.15º 0.73% 0.49% -
HSV(B) 32.15º 0.84% 0.84% -
XYZ 36.43 30.8 5.54 -
YUV 145.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 215 131 34 0 0.39 0.84 0.16 32.15 0.73 0.49
Hex D7 83 22 0 27 54 10 20 49 31
Octal 327 203 42 0 47 124 20 40 111 61
Binary 11010111 10000011 100010 0 100111 1010100 10000 100000 1001001 110001

Color Harmonies of #D78322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78322

Black with #D78322

Text Example


Text Example

White with #D78322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78322; }

 p { color: rgb(215,131,34); }

 H1.HeaderClassName
 {
   color: #D78322;
 }
 .AnyTagClassName
 {
   color: #D78322;
 }
</style>

background-color css

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

 a { background-color: rgb(215,131,34); }

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

border-color css

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

 span { border-color: rgb(215,131,34); }

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