Html Css Color HEX #D7771F Ochre

📋 copy color: '#D7771F'

red 215 ◦ green 119 ◦ blue 31

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

Shades of Ochre #D7771F

Tints of Ochre #D7771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 58.9%
G = 32.6%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7771F (or 0xD7771F) is known color: Ochre. HEX triplet: D7, 77 and 1F. RGB value is (215,119,31). Sum of RGB (Red+Green+Blue) = 215+119+31=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7771F is #2888E0. Grayscale: #8A8A8A. Windows color (decimal): -2656481 or 2062295. OLE color: 2062295.

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

Color convert

RGB 215 119 31 -
CMYK 0 0.45 0.86 0.16
HSL 28.7º 0.75% 0.48% -
HSV(B) 28.7º 0.86% 0.84% -
XYZ 34.87 27.74 4.81 -
YUV 137.67 67.8 183.16 -
System Red Green Blue C M Y K H S L
Decimal 215 119 31 0 0.45 0.86 0.16 28.7 0.75 0.48
Hex D7 77 1F 0 2D 56 10 1D 4B 30
Octal 327 167 37 0 55 126 20 35 113 60
Binary 11010111 1110111 11111 0 101101 1010110 10000 11101 1001011 110000

Color Harmonies of #D7771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7771F

Black with #D7771F

Text Example


Text Example

White with #D7771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7771F; }

 p { color: rgb(215,119,31); }

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

background-color css

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

 a { background-color: rgb(215,119,31); }

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

border-color css

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

 span { border-color: rgb(215,119,31); }

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