Html Css Color HEX #D78116 Ochre

📋 copy color: '#D78116'

red 215 ◦ green 129 ◦ blue 22

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

Shades of Ochre #D78116

Tints of Ochre #D78116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 58.74%
G = 35.25%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D78116 (or 0xD78116) is known color: Ochre. HEX triplet: D7, 81 and 16. RGB value is (215,129,22). Sum of RGB (Red+Green+Blue) = 215+129+22=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78116 is #287EE9. Grayscale: #8F8F8F. Windows color (decimal): -2653930 or 1475031. OLE color: 1475031.

HSL color Cylindrical-coordinate representation of color #D78116: hue angle of 33.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D78116 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 22 -
CMYK 0 0.4 0.90 0.16
HSL 33.26º 0.81% 0.46% -
HSV(B) 33.26º 0.9% 0.84% -
XYZ 36.02 30.21 4.69 -
YUV 142.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 215 129 22 0 0.4 0.90 0.16 33.26 0.81 0.46
Hex D7 81 16 0 28 5A 10 21 51 2E
Octal 327 201 26 0 50 132 20 41 121 56
Binary 11010111 10000001 10110 0 101000 1011010 10000 100001 1010001 101110

Color Harmonies of #D78116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78116

Black with #D78116

Text Example


Text Example

White with #D78116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78116; }

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

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

background-color css

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

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

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

border-color css

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

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

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