Html Css Color HEX #D78110 Ochre

📋 copy color: '#D78110'

red 215 ◦ green 129 ◦ blue 16

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

Shades of Ochre #D78110

Tints of Ochre #D78110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 59.72%
G = 35.83%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D78110 (or 0xD78110) is known color: Ochre. HEX triplet: D7, 81 and 10. RGB value is (215,129,16). Sum of RGB (Red+Green+Blue) = 215+129+16=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D78110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78110 is #287EEF. Grayscale: #8E8E8E. Windows color (decimal): -2653936 or 1081815. OLE color: 1081815.

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

Color convert

RGB 215 129 16 -
CMYK 0 0.4 0.93 0.16
HSL 34.07º 0.86% 0.45% -
HSV(B) 34.07º 0.93% 0.84% -
XYZ 35.97 30.19 4.42 -
YUV 141.83 56.99 180.19 -
System Red Green Blue C M Y K H S L
Decimal 215 129 16 0 0.4 0.93 0.16 34.07 0.86 0.45
Hex D7 81 10 0 28 5D 10 22 56 2D
Octal 327 201 20 0 50 135 20 42 126 55
Binary 11010111 10000001 10000 0 101000 1011101 10000 100010 1010110 101101

Color Harmonies of #D78110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78110

Black with #D78110

Text Example


Text Example

White with #D78110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78110; }

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

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

background-color css

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

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

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

border-color css

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

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

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