Html Css Color HEX #D6841F Ochre

📋 copy color: '#D6841F'

red 214 ◦ green 132 ◦ blue 31

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

Shades of Ochre #D6841F

Tints of Ochre #D6841F

RGB

 RED value IS 214 (83.98% from 255) = 56.76%

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

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

R = 56.76%
G = 35.01%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6841F (or 0xD6841F) is known color: Ochre. HEX triplet: D6, 84 and 1F. RGB value is (214,132,31). Sum of RGB (Red+Green+Blue) = 214+132+31=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6841F is #297BE0. Grayscale: #919191. Windows color (decimal): -2718689 or 2065622. OLE color: 2065622.

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

Color convert

RGB 214 132 31 -
CMYK 0 0.38 0.86 0.16
HSL 33.11º 0.75% 0.48% -
HSV(B) 33.11º 0.86% 0.84% -
XYZ 36.23 30.9 5.35 -
YUV 145 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 214 132 31 0 0.38 0.86 0.16 33.11 0.75 0.48
Hex D6 84 1F 0 26 56 10 21 4B 30
Octal 326 204 37 0 46 126 20 41 113 60
Binary 11010110 10000100 11111 0 100110 1010110 10000 100001 1001011 110000

Color Harmonies of #D6841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6841F

Black with #D6841F

Text Example


Text Example

White with #D6841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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