Html Css Color HEX #D78113 Ochre

📋 copy color: '#D78113'

red 215 ◦ green 129 ◦ blue 19

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

Shades of Ochre #D78113

Tints of Ochre #D78113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 59.23%
G = 35.54%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D78113 (or 0xD78113) is known color: Ochre. HEX triplet: D7, 81 and 13. RGB value is (215,129,19). Sum of RGB (Red+Green+Blue) = 215+129+19=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D78113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78113 is #287EEC. Grayscale: #8E8E8E. Windows color (decimal): -2653933 or 1278423. OLE color: 1278423.

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

Color convert

RGB 215 129 19 -
CMYK 0 0.4 0.91 0.16
HSL 33.67º 0.84% 0.46% -
HSV(B) 33.67º 0.91% 0.84% -
XYZ 35.99 30.19 4.55 -
YUV 142.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 215 129 19 0 0.4 0.91 0.16 33.67 0.84 0.46
Hex D7 81 13 0 28 5B 10 22 54 2E
Octal 327 201 23 0 50 133 20 42 124 56
Binary 11010111 10000001 10011 0 101000 1011011 10000 100010 1010100 101110

Color Harmonies of #D78113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78113

Black with #D78113

Text Example


Text Example

White with #D78113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78113; }

 p { color: rgb(215,129,19); }

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

background-color css

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

 a { background-color: rgb(215,129,19); }

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

border-color css

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

 span { border-color: rgb(215,129,19); }

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