Html Css Color HEX #D78111 Ochre

📋 copy color: '#D78111'

red 215 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D78111

Tints of Ochre #D78111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 59.56%
G = 35.73%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D78111 (or 0xD78111) is known color: Ochre. HEX triplet: D7, 81 and 11. RGB value is (215,129,17). Sum of RGB (Red+Green+Blue) = 215+129+17=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D78111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78111 is #287EEE. Grayscale: #8E8E8E. Windows color (decimal): -2653935 or 1147351. OLE color: 1147351.

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

Color convert

RGB 215 129 17 -
CMYK 0 0.4 0.92 0.16
HSL 33.94º 0.85% 0.45% -
HSV(B) 33.94º 0.92% 0.84% -
XYZ 35.98 30.19 4.46 -
YUV 141.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 215 129 17 0 0.4 0.92 0.16 33.94 0.85 0.45
Hex D7 81 11 0 28 5C 10 22 55 2D
Octal 327 201 21 0 50 134 20 42 125 55
Binary 11010111 10000001 10001 0 101000 1011100 10000 100010 1010101 101101

Color Harmonies of #D78111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78111

Black with #D78111

Text Example


Text Example

White with #D78111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78111; }

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

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

background-color css

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

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

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

border-color css

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

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

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