Html Css Color HEX #D78314 Ochre

📋 copy color: '#D78314'

red 215 ◦ green 131 ◦ blue 20

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

Shades of Ochre #D78314

Tints of Ochre #D78314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 58.74%
G = 35.79%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D78314 (or 0xD78314) is known color: Ochre. HEX triplet: D7, 83 and 14. RGB value is (215,131,20). Sum of RGB (Red+Green+Blue) = 215+131+20=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78314 is #287CEB. Grayscale: #8F8F8F. Windows color (decimal): -2653420 or 1344471. OLE color: 1344471.

HSL color Cylindrical-coordinate representation of color #D78314: hue angle of 34.15º degrees, saturation: 0.83, 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 #D78314 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 131 20 -
CMYK 0 0.39 0.91 0.16
HSL 34.15º 0.83% 0.46% -
HSV(B) 34.15º 0.91% 0.84% -
XYZ 36.27 30.73 4.68 -
YUV 143.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 215 131 20 0 0.39 0.91 0.16 34.15 0.83 0.46
Hex D7 83 14 0 27 5B 10 22 53 2E
Octal 327 203 24 0 47 133 20 42 123 56
Binary 11010111 10000011 10100 0 100111 1011011 10000 100010 1010011 101110

Color Harmonies of #D78314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78314

Black with #D78314

Text Example


Text Example

White with #D78314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78314; }

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

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

background-color css

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

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

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

border-color css

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

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

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