Html Css Color HEX #D78312 Ochre

📋 copy color: '#D78312'

red 215 ◦ green 131 ◦ blue 18

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

Shades of Ochre #D78312

Tints of Ochre #D78312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 59.07%
G = 35.99%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D78312 (or 0xD78312) is known color: Ochre. HEX triplet: D7, 83 and 12. RGB value is (215,131,18). Sum of RGB (Red+Green+Blue) = 215+131+18=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D78312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78312 is #287CED. Grayscale: #8F8F8F. Windows color (decimal): -2653422 or 1213399. OLE color: 1213399.

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

Color convert

RGB 215 131 18 -
CMYK 0 0.39 0.92 0.16
HSL 34.42º 0.85% 0.46% -
HSV(B) 34.42º 0.92% 0.84% -
XYZ 36.25 30.72 4.59 -
YUV 143.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 215 131 18 0 0.39 0.92 0.16 34.42 0.85 0.46
Hex D7 83 12 0 27 5C 10 22 55 2E
Octal 327 203 22 0 47 134 20 42 125 56
Binary 11010111 10000011 10010 0 100111 1011100 10000 100010 1010101 101110

Color Harmonies of #D78312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78312

Black with #D78312

Text Example


Text Example

White with #D78312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78312; }

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

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

background-color css

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

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

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

border-color css

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

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

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