Html Css Color HEX #D78216 Ochre

📋 copy color: '#D78216'

red 215 ◦ green 130 ◦ blue 22

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

Shades of Ochre #D78216

Tints of Ochre #D78216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 58.58%
G = 35.42%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D78216 (or 0xD78216) is known color: Ochre. HEX triplet: D7, 82 and 16. RGB value is (215,130,22). Sum of RGB (Red+Green+Blue) = 215+130+22=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D78216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78216 is #287DE9. Grayscale: #8F8F8F. Windows color (decimal): -2653674 or 1475287. OLE color: 1475287.

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

Color convert

RGB 215 130 22 -
CMYK 0 0.40 0.90 0.16
HSL 33.58º 0.81% 0.46% -
HSV(B) 33.58º 0.9% 0.84% -
XYZ 36.15 30.47 4.73 -
YUV 143.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 215 130 22 0 0.40 0.90 0.16 33.58 0.81 0.46
Hex D7 82 16 0 28 5A 10 22 51 2E
Octal 327 202 26 0 50 132 20 42 121 56
Binary 11010111 10000010 10110 0 101000 1011010 10000 100010 1010001 101110

Color Harmonies of #D78216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78216

Black with #D78216

Text Example


Text Example

White with #D78216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78216; }

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

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

background-color css

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

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

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

border-color css

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

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

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