Html Css Color HEX #D8771E Ochre

📋 copy color: '#D8771E'

red 216 ◦ green 119 ◦ blue 30

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

Shades of Ochre #D8771E

Tints of Ochre #D8771E

RGB

 RED value IS 216 (84.77% from 255) = 59.18%

 GREEN value IS 119 (46.88% from 255) = 32.6%

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 59.18%
G = 32.6%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8771E (or 0xD8771E) is known color: Ochre. HEX triplet: D8, 77 and 1E. RGB value is (216,119,30). Sum of RGB (Red+Green+Blue) = 216+119+30=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8771E is #2788E1. Grayscale: #8A8A8A. Windows color (decimal): -2590946 or 1996760. OLE color: 1996760.

HSL color Cylindrical-coordinate representation of color #D8771E: hue angle of 28.71º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8771E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 30 -
CMYK 0 0.45 0.86 0.15
HSL 28.71º 0.76% 0.48% -
HSV(B) 28.71º 0.86% 0.85% -
XYZ 35.15 27.89 4.76 -
YUV 137.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 216 119 30 0 0.45 0.86 0.15 28.71 0.76 0.48
Hex D8 77 1E 0 2D 56 F 1D 4C 30
Octal 330 167 36 0 55 126 17 35 114 60
Binary 11011000 1110111 11110 0 101101 1010110 1111 11101 1001100 110000

Color Harmonies of #D8771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8771E

Black with #D8771E

Text Example


Text Example

White with #D8771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8771E; }

 p { color: rgb(216,119,30); }

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

background-color css

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

 a { background-color: rgb(216,119,30); }

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

border-color css

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

 span { border-color: rgb(216,119,30); }

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