Html Css Color HEX #D78512 Ochre

📋 copy color: '#D78512'

red 215 ◦ green 133 ◦ blue 18

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

Shades of Ochre #D78512

Tints of Ochre #D78512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 58.74%
G = 36.34%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D78512 (or 0xD78512) is known color: Ochre. HEX triplet: D7, 85 and 12. RGB value is (215,133,18). Sum of RGB (Red+Green+Blue) = 215+133+18=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78512 is #287AED. Grayscale: #909090. Windows color (decimal): -2652910 or 1213911. OLE color: 1213911.

HSL color Cylindrical-coordinate representation of color #D78512: hue angle of 35.03º 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 #D78512 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 18 -
CMYK 0 0.38 0.92 0.16
HSL 35.03º 0.85% 0.46% -
HSV(B) 35.03º 0.92% 0.84% -
XYZ 36.52 31.27 4.68 -
YUV 144.41 56.67 178.35 -
System Red Green Blue C M Y K H S L
Decimal 215 133 18 0 0.38 0.92 0.16 35.03 0.85 0.46
Hex D7 85 12 0 26 5C 10 23 55 2E
Octal 327 205 22 0 46 134 20 43 125 56
Binary 11010111 10000101 10010 0 100110 1011100 10000 100011 1010101 101110

Color Harmonies of #D78512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78512

Black with #D78512

Text Example


Text Example

White with #D78512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78512; }

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

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

background-color css

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

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

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

border-color css

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

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

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