Html Css Color HEX #D78513 Ochre

📋 copy color: '#D78513'

red 215 ◦ green 133 ◦ blue 19

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

Shades of Ochre #D78513

Tints of Ochre #D78513

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

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

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

RGB 215 133 19 -
CMYK 0 0.38 0.91 0.16
HSL 34.9º 0.84% 0.46% -
HSV(B) 34.9º 0.91% 0.84% -
XYZ 36.53 31.27 4.73 -
YUV 144.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 215 133 19 0 0.38 0.91 0.16 34.9 0.84 0.46
Hex D7 85 13 0 26 5B 10 23 54 2E
Octal 327 205 23 0 46 133 20 43 124 56
Binary 11010111 10000101 10011 0 100110 1011011 10000 100011 1010100 101110

Color Harmonies of #D78513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78513

Black with #D78513

Text Example


Text Example

White with #D78513

Text Example


Text Example

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