Html Css Color HEX #D8841F Ochre

📋 copy color: '#D8841F'

red 216 ◦ green 132 ◦ blue 31

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

Shades of Ochre #D8841F

Tints of Ochre #D8841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

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

R = 56.99%
G = 34.83%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8841F (or 0xD8841F) is known color: Ochre. HEX triplet: D8, 84 and 1F. RGB value is (216,132,31). Sum of RGB (Red+Green+Blue) = 216+132+31=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8841F is #277BE0. Grayscale: #929292. Windows color (decimal): -2587617 or 2065624. OLE color: 2065624.

HSL color Cylindrical-coordinate representation of color #D8841F: hue angle of 32.76º degrees, saturation: 0.75, 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 #D8841F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 31 -
CMYK 0 0.39 0.86 0.15
HSL 32.76º 0.75% 0.48% -
HSV(B) 32.76º 0.86% 0.85% -
XYZ 36.82 31.2 5.38 -
YUV 145.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 216 132 31 0 0.39 0.86 0.15 32.76 0.75 0.48
Hex D8 84 1F 0 27 56 F 21 4B 30
Octal 330 204 37 0 47 126 17 41 113 60
Binary 11011000 10000100 11111 0 100111 1010110 1111 100001 1001011 110000

Color Harmonies of #D8841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8841F

Black with #D8841F

Text Example


Text Example

White with #D8841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8841F; }

 p { color: rgb(216,132,31); }

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

background-color css

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

 a { background-color: rgb(216,132,31); }

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

border-color css

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

 span { border-color: rgb(216,132,31); }

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